Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDTypeProperties.td567 QualType result = ctx.getEnumType(cast<EnumDecl>(declaration));
HDASTContext.h1658 QualType getEnumType(const EnumDecl *Decl) const;
HDDeclCXX.h3758 TypeSourceInfo *getEnumType() const { in getEnumType() function
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGDecl.cpp118 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(&D))); in EmitDecl()
HDCGDebugInfo.cpp2617 QualType Ty = CGM.getContext().getEnumType(ED); in completeType()
HDCodeGenModule.cpp7158 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(D))); in EmitTopLevelDecl()
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp1422 Record.AddTypeSourceInfo(D->getEnumType()); in VisitUsingEnumDecl()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp716 return S.Context.getEnumType(Decl); in getOpenCLEnumType()
HDSemaTemplateInstantiateDecl.cpp3421 TypeSourceInfo *TSI = SemaRef.SubstType(D->getEnumType(), TemplateArgs, in VisitUsingEnumDecl()
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp5047 return getEnumType(Enum); in getTypeDeclTypeSlow()
5132 QualType ASTContext::getEnumType(const EnumDecl *Decl) const { in getEnumType() function in ASTContext
HDASTImporter.cpp5185 auto *ToEnumType = importChecked(Err, D->getEnumType()); in VisitUsingEnumDecl()