Searched refs:IsEnumDeclComplete (Results 1 – 2 of 2) sorted by relevance
5040 extern bool IsEnumDeclComplete(EnumDecl *);5050 return IsEnumDeclComplete(ET->getDecl()) &&5063 return IsEnumDeclComplete(ET->getDecl());5079 return IsEnumDeclComplete(ET->getDecl());
3465 inline bool IsEnumDeclComplete(EnumDecl *ED) { in IsEnumDeclComplete() function