Searched refs:getEnumType (Results 1 – 7 of 7) sorted by relevance
499 QualType result = ctx.getEnumType(cast<EnumDecl>(declaration));
1480 QualType getEnumType(const EnumDecl *Decl) const;
112 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(&D))); in EmitDecl()
2261 QualType Ty = CGM.getContext().getEnumType(ED); in completeType()
5925 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(D))); in EmitTopLevelDecl()
698 return S.Context.getEnumType(Decl); in getOpenCLEnumType()
4509 return getEnumType(Enum); in getTypeDeclTypeSlow()4549 QualType ASTContext::getEnumType(const EnumDecl *Decl) const { in getEnumType() function in ASTContext