Home
last modified time | relevance | path

Searched refs:setIntegerType (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1025 Enum->setIntegerType(SemaRef.Context.IntTy); in VisitEnumDecl()
1031 Enum->setIntegerType(D->getIntegerType()); in VisitEnumDecl()
H A DSemaExprCXX.cpp2725 AlignValT->setIntegerType(Context.getSizeType()); in DeclareGlobalNewDelete()
H A DSemaDecl.cpp14150 ED->setIntegerType(QualType(EnumUnderlying.get<const Type *>(), 0)); in ActOnTag()
14770 ED->setIntegerType(QualType(EnumUnderlying.get<const Type*>(), 0)); in ActOnTag()
H A DSemaDeclAttr.cpp4051 ED->setIntegerType(NewTy); in AddModeAttr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h3489 void setIntegerType(QualType T) { IntegerType = T.getTypePtrOrNull(); } in setIntegerType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp739 ED->setIntegerType(Record.readType()); in VisitEnumDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp2529 D2->setIntegerType(ToIntegerType); in VisitEnumDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2339 enum_decl->setIntegerType(ClangUtil::GetQualType(integer_clang_type)); in CreateEnumerationType()