Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td559 QualType result = ctx.getEnumType(cast<EnumDecl>(declaration));
H A DASTContext.h1777 QualType getEnumType(const EnumDecl *Decl) const;
H A DDeclCXX.h3821 TypeSourceInfo *getEnumType() const { in getEnumType() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp121 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(&D))); in EmitDecl()
H A DCGDebugInfo.cpp2841 QualType Ty = CGM.getContext().getEnumType(ED); in completeType()
H A DCodeGenModule.cpp7484 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(D))); in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1596 Record.AddTypeSourceInfo(D->getEnumType()); in VisitUsingEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp719 return S.Context.getEnumType(Decl); in getOpenCLEnumType()
H A DSemaTemplateInstantiateDecl.cpp3966 TypeSourceInfo *TSI = SemaRef.SubstType(D->getEnumType(), TemplateArgs, in VisitUsingEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5273 return getEnumType(Enum); in getTypeDeclTypeSlow()
5358 QualType ASTContext::getEnumType(const EnumDecl *Decl) const { in getEnumType() function in ASTContext
H A DASTImporter.cpp5462 auto *ToEnumType = importChecked(Err, D->getEnumType()); in VisitUsingEnumDecl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8862 {"_ZNK5clang10ASTContext11getEnumTypeEPKNS_8EnumDeclE", "clang::ASTContext::getEnumType(clang::Enum…