Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1442 Enum->setIntegerType(SemaRef.Context.IntTy); in VisitEnumDecl()
1448 Enum->setIntegerType(D->getIntegerType()); in VisitEnumDecl()
H A DSemaExprCXX.cpp3047 AlignValT->setIntegerType(Context.getSizeType()); in DeclareGlobalNewDelete()
H A DSemaDecl.cpp16744 ED->setIntegerType(QualType(EnumUnderlying.get<const Type *>(), 0)); in ActOnTag()
17370 ED->setIntegerType(QualType(EnumUnderlying.get<const Type *>(), 0)); in ActOnTag()
H A DSemaDeclAttr.cpp4786 ED->setIntegerType(NewTy); in AddModeAttr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h3887 void setIntegerType(QualType T) { IntegerType = T.getTypePtrOrNull(); } in setIntegerType() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp766 ED->setIntegerType(Record.readType()); in VisitEnumDecl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2364 enum_decl->setIntegerType(ClangUtil::GetQualType(integer_clang_type)); in CreateEnumerationType()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp2760 D2->setIntegerType(ToIntegerType); in VisitEnumDecl()