Searched refs:IsEnumDeclComplete (Results 1 – 2 of 2) sorted by relevance
7402 bool IsEnumDeclComplete(EnumDecl *);7412 return IsEnumDeclComplete(ET->getDecl()) &&7467 return IsEnumDeclComplete(ET->getDecl());7484 return IsEnumDeclComplete(ET->getDecl());
4985 inline bool IsEnumDeclComplete(EnumDecl *ED) { in IsEnumDeclComplete() function