Searched refs:isNotEmpty (Results 1 – 9 of 9) sorted by relevance
166 bool isNotEmpty() const { return !isEmpty(); } in isNotEmpty() function169 bool isInvalid() const { return isNotEmpty() && getScopeRep() == 0; } in isInvalid()171 bool isValid() const { return isNotEmpty() && getScopeRep() != 0; } in isValid()
809 if (SS.isNotEmpty()) in AnnotateTemplateIdToken()883 if (TemplateId->SS.isNotEmpty()) // it was a C++ qualified type name. in AnnotateTemplateIdTokenAsType()
510 SS.isNotEmpty() ? SS.getEndLoc() : TypenameLoc)); in ParseUsingDeclaration()511 else if (SS.isNotEmpty()) in ParseUsingDeclaration()990 if (SS.isNotEmpty()) in ParseClassSpecifier()
1279 if (SS.isNotEmpty()) // it was a C++ qualified type name. in TryAnnotateTypeOrScopeToken()
1308 if (SS.isNotEmpty()) in ParsePostfixExpressionSuffix()
3267 if (SS.isNotEmpty()) { in ParseDeclaratorInternal()
79 } else if (SS && SS->isNotEmpty()) { in getTypeName()205 if (SS && SS->isNotEmpty()) { in getTypeName()6876 (SS.isNotEmpty() && TUK != TUK_Reference)) { in ActOnTag()6952 if (Name && SS.isNotEmpty()) { in ActOnTag()7429 if (SS.isNotEmpty()) { in ActOnTag()
837 if (SS.isNotEmpty() && !SS.isInvalid()) { in CheckClassTemplate()2069 if (SS.isNotEmpty()) { in ActOnTemplateIdType()
8281 assert(SS.isNotEmpty() && "valid templated tag with no SS and no direct?"); in ActOnTemplatedFriendTag()