Searched refs:IsEnumDeclComplete (Results 1 – 2 of 2) sorted by relevance
7220 bool IsEnumDeclComplete(EnumDecl *);7230 return IsEnumDeclComplete(ET->getDecl()) &&7285 return IsEnumDeclComplete(ET->getDecl());7302 return IsEnumDeclComplete(ET->getDecl());
4870 inline bool IsEnumDeclComplete(EnumDecl *ED) { in IsEnumDeclComplete() function