Searched refs:IsEnumDeclComplete (Results 1 – 2 of 2) sorted by relevance
5145 extern bool IsEnumDeclComplete(EnumDecl *);5155 return IsEnumDeclComplete(ET->getDecl()) &&5168 return IsEnumDeclComplete(ET->getDecl());5184 return IsEnumDeclComplete(ET->getDecl());
3784 inline bool IsEnumDeclComplete(EnumDecl *ED) { in IsEnumDeclComplete() function