Searched refs:IsEnumDeclComplete (Results 1 – 2 of 2) sorted by relevance
5525 extern bool IsEnumDeclComplete(EnumDecl *);5535 return IsEnumDeclComplete(ET->getDecl()) &&5548 return IsEnumDeclComplete(ET->getDecl());5564 return IsEnumDeclComplete(ET->getDecl());
3854 inline bool IsEnumDeclComplete(EnumDecl *ED) { in IsEnumDeclComplete() function