Searched refs:getEnumType (Results 1 – 11 of 11) sorted by relevance
567 QualType result = ctx.getEnumType(cast<EnumDecl>(declaration));
1658 QualType getEnumType(const EnumDecl *Decl) const;
3758 TypeSourceInfo *getEnumType() const { in getEnumType() function
118 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(&D))); in EmitDecl()
2617 QualType Ty = CGM.getContext().getEnumType(ED); in completeType()
7158 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(D))); in EmitTopLevelDecl()
1422 Record.AddTypeSourceInfo(D->getEnumType()); in VisitUsingEnumDecl()
716 return S.Context.getEnumType(Decl); in getOpenCLEnumType()
3421 TypeSourceInfo *TSI = SemaRef.SubstType(D->getEnumType(), TemplateArgs, in VisitUsingEnumDecl()
5047 return getEnumType(Enum); in getTypeDeclTypeSlow()5132 QualType ASTContext::getEnumType(const EnumDecl *Decl) const { in getEnumType() function in ASTContext
5185 auto *ToEnumType = importChecked(Err, D->getEnumType()); in VisitUsingEnumDecl()