Searched refs:IsEnumDeclComplete (Results 1 – 2 of 2) sorted by relevance
8754 bool IsEnumDeclComplete(EnumDecl *);8763 return IsEnumDeclComplete(ET->getDecl()) &&8822 return IsEnumDeclComplete(ET->getDecl());8838 return IsEnumDeclComplete(ET->getDecl());
5276 inline bool IsEnumDeclComplete(EnumDecl *ED) { in IsEnumDeclComplete() function