Searched refs:IsEnumDeclComplete (Results 1 – 2 of 2) sorted by relevance
5702 extern bool IsEnumDeclComplete(EnumDecl *);5712 return IsEnumDeclComplete(ET->getDecl()) &&5725 return IsEnumDeclComplete(ET->getDecl());5741 return IsEnumDeclComplete(ET->getDecl());
3856 inline bool IsEnumDeclComplete(EnumDecl *ED) { in IsEnumDeclComplete() function