Searched refs:IsEnumDeclComplete (Results 1 – 2 of 2) sorted by relevance
7125 bool IsEnumDeclComplete(EnumDecl *);7135 return IsEnumDeclComplete(ET->getDecl()) &&7190 return IsEnumDeclComplete(ET->getDecl());7207 return IsEnumDeclComplete(ET->getDecl());
4712 inline bool IsEnumDeclComplete(EnumDecl *ED) { in IsEnumDeclComplete() function