Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td499 QualType result = ctx.getEnumType(cast<EnumDecl>(declaration));
H A DASTContext.h1480 QualType getEnumType(const EnumDecl *Decl) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp112 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(&D))); in EmitDecl()
H A DCGDebugInfo.cpp2261 QualType Ty = CGM.getContext().getEnumType(ED); in completeType()
H A DCodeGenModule.cpp5925 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(D))); in EmitTopLevelDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp698 return S.Context.getEnumType(Decl); in getOpenCLEnumType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4509 return getEnumType(Enum); in getTypeDeclTypeSlow()
4549 QualType ASTContext::getEnumType(const EnumDecl *Decl) const { in getEnumType() function in ASTContext