Searched refs:getEnumType (Results 1 – 11 of 11) sorted by relevance
520 QualType result = ctx.getEnumType(cast<EnumDecl>(declaration));
1596 QualType getEnumType(const EnumDecl *Decl) const;
3744 TypeSourceInfo *getEnumType() const { in getEnumType() function
115 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(&D))); in EmitDecl()
2491 QualType Ty = CGM.getContext().getEnumType(ED); in completeType()
7012 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(D))); in EmitTopLevelDecl()
1384 Record.AddTypeSourceInfo(D->getEnumType()); in VisitUsingEnumDecl()
714 return S.Context.getEnumType(Decl); in getOpenCLEnumType()
3375 TypeSourceInfo *TSI = SemaRef.SubstType(D->getEnumType(), TemplateArgs, in VisitUsingEnumDecl()
4632 return getEnumType(Enum); in getTypeDeclTypeSlow()4717 QualType ASTContext::getEnumType(const EnumDecl *Decl) const { in getEnumType() function in ASTContext
5101 auto *ToEnumType = importChecked(Err, D->getEnumType()); in VisitUsingEnumDecl()