Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp2084 enum_decl->setIntegerType(integer_clang_type.GetQualType()); in CreateEnumerationType()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp639 Enum->setIntegerType(SemaRef.Context.IntTy); in VisitEnumDecl()
645 Enum->setIntegerType(D->getIntegerType()); in VisitEnumDecl()
HDSemaDecl.cpp10926 ED->setIntegerType(QualType(EnumUnderlying.get<const Type*>(), 0)); in ActOnTag()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h2901 void setIntegerType(QualType T) { IntegerType = T.getTypePtrOrNull(); } in setIntegerType() function
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp483 ED->setIntegerType(Reader.readType(F, Record, Idx)); in VisitEnumDecl()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTImporter.cpp2457 D2->setIntegerType(ToIntegerType); in VisitEnumDecl()