Searched refs:IsEnumDeclComplete (Results 1 – 2 of 2) sorted by relevance
6575 bool IsEnumDeclComplete(EnumDecl *);6585 return IsEnumDeclComplete(ET->getDecl()) &&6636 return IsEnumDeclComplete(ET->getDecl());6652 return IsEnumDeclComplete(ET->getDecl());
4327 inline bool IsEnumDeclComplete(EnumDecl *ED) { in IsEnumDeclComplete() function