Searched refs:getEnumType (Results 1 – 7 of 7) sorted by relevance
512 QualType result = ctx.getEnumType(cast<EnumDecl>(declaration));
1603 QualType getEnumType(const EnumDecl *Decl) const;
113 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(&D))); in EmitDecl()
2369 QualType Ty = CGM.getContext().getEnumType(ED); in completeType()
6365 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(D))); in EmitTopLevelDecl()
699 return S.Context.getEnumType(Decl); in getOpenCLEnumType()
4616 return getEnumType(Enum); in getTypeDeclTypeSlow()4675 QualType ASTContext::getEnumType(const EnumDecl *Decl) const { in getEnumType() function in ASTContext