Searched refs:IsEnumDeclComplete (Results 1 – 2 of 2) sorted by relevance
4940 extern bool IsEnumDeclComplete(EnumDecl *);4950 return IsEnumDeclComplete(ET->getDecl()) &&4963 return IsEnumDeclComplete(ET->getDecl());4979 return IsEnumDeclComplete(ET->getDecl());
3338 inline bool IsEnumDeclComplete(EnumDecl *ED) { in IsEnumDeclComplete() function