Home
last modified time | relevance | path

Searched refs:getEnumType (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td567 QualType result = ctx.getEnumType(cast<EnumDecl>(declaration));
H A DASTContext.h1658 QualType getEnumType(const EnumDecl *Decl) const;
H A DDeclCXX.h3758 TypeSourceInfo *getEnumType() const { in getEnumType() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp118 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(&D))); in EmitDecl()
H A DCGDebugInfo.cpp2617 QualType Ty = CGM.getContext().getEnumType(ED); in completeType()
H A DCodeGenModule.cpp7158 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(D))); in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1422 Record.AddTypeSourceInfo(D->getEnumType()); in VisitUsingEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp716 return S.Context.getEnumType(Decl); in getOpenCLEnumType()
H A DSemaTemplateInstantiateDecl.cpp3421 TypeSourceInfo *TSI = SemaRef.SubstType(D->getEnumType(), TemplateArgs, in VisitUsingEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5047 return getEnumType(Enum); in getTypeDeclTypeSlow()
5132 QualType ASTContext::getEnumType(const EnumDecl *Decl) const { in getEnumType() function in ASTContext
H A DASTImporter.cpp5185 auto *ToEnumType = importChecked(Err, D->getEnumType()); in VisitUsingEnumDecl()