Searched refs:IsEnumDeclComplete (Results 1 – 2 of 2) sorted by relevance
8335 bool IsEnumDeclComplete(EnumDecl *);8345 return IsEnumDeclComplete(ET->getDecl()) &&8404 return IsEnumDeclComplete(ET->getDecl());8421 return IsEnumDeclComplete(ET->getDecl());
5012 inline bool IsEnumDeclComplete(EnumDecl *ED) { in IsEnumDeclComplete() function