Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td512 QualType result = ctx.getEnumType(cast<EnumDecl>(declaration));
H A DASTContext.h1603 QualType getEnumType(const EnumDecl *Decl) const;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp113 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(&D))); in EmitDecl()
H A DCGDebugInfo.cpp2369 QualType Ty = CGM.getContext().getEnumType(ED); in completeType()
H A DCodeGenModule.cpp6365 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(D))); in EmitTopLevelDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp699 return S.Context.getEnumType(Decl); in getOpenCLEnumType()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4616 return getEnumType(Enum); in getTypeDeclTypeSlow()
4675 QualType ASTContext::getEnumType(const EnumDecl *Decl) const { in getEnumType() function in ASTContext