reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTImporter.cpp
 2559   D2->setIntegerType(ToIntegerType);
tools/clang/lib/Sema/SemaDecl.cpp
14826           ED->setIntegerType(QualType(EnumUnderlying.get<const Type *>(), 0));
15445         ED->setIntegerType(QualType(EnumUnderlying.get<const Type*>(), 0));
tools/clang/lib/Sema/SemaDeclAttr.cpp
 4038     ED->setIntegerType(NewTy);
tools/clang/lib/Sema/SemaExprCXX.cpp
 2719     AlignValT->setIntegerType(Context.getSizeType());
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 1182         Enum->setIntegerType(SemaRef.Context.IntTy);
 1188       Enum->setIntegerType(D->getIntegerType());
tools/clang/lib/Serialization/ASTReaderDecl.cpp
  741     ED->setIntegerType(Record.readType());
tools/lldb/source/Symbol/ClangASTContext.cpp
 2251     enum_decl->setIntegerType(ClangUtil::GetQualType(integer_clang_type));