Searched refs:isNotEmpty (Results 1 – 11 of 11) sorted by relevance
1411 if (SS.isNotEmpty()) in TryAnnotateName()1422 if (SS.isNotEmpty()) in TryAnnotateName()1454 if (SS.isNotEmpty()) in TryAnnotateName()1462 if (SS.isNotEmpty()) in TryAnnotateName()1485 if (SS.isNotEmpty()) in TryAnnotateName()1657 if (SS.isNotEmpty()) // it was a C++ qualified type name. in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
993 if (SS.isNotEmpty()) in AnnotateTemplateIdToken()1066 if (TemplateId->SS.isNotEmpty()) // it was a C++ qualified type name. in AnnotateTemplateIdTokenAsType()
540 SS.isNotEmpty() && LastII == Tok.getIdentifierInfo() && in ParseUsingDeclaration()612 SS.isNotEmpty() ? SS.getEndLoc() : TypenameLoc)); in ParseUsingDeclaration()613 else if (SS.isNotEmpty()) in ParseUsingDeclaration()948 if (SS.isNotEmpty()) in ParseBaseTypeSpecifier()1392 if (SS.isNotEmpty()) in ParseClassSpecifier()
1561 if (SS.isNotEmpty()) in ParsePostfixExpressionSuffix()
2526 if (SS.isNotEmpty()) in ParseUnqualifiedId()
4900 if (SS.isNotEmpty()) { in ParseDeclaratorInternal()
196 bool isNotEmpty() const { return !isEmpty(); } in isNotEmpty() function199 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; } in isInvalid()201 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; } in isValid()
254 } else if (SS && SS->isNotEmpty()) { in getTypeName()428 if (SS && SS->isNotEmpty() && !IsCtorOrDtorName) { in getTypeName()976 if (SS.isNotEmpty()) in ClassifyName()1018 if (SS.isNotEmpty()) in ClassifyName()3711 if (Tag && SS.isNotEmpty() && !Tag->isCompleteDefinition() && in ParsedFreeStandingDeclSpec()6032 D.getCXXScopeSpec().isNotEmpty() || in ActOnVariableDeclarator()7532 D.getCXXScopeSpec().isNotEmpty() || in ActOnFunctionDeclarator()11526 (SS.isNotEmpty() && TUK != TUK_Reference)) { in ActOnTag()11601 if (Name && SS.isNotEmpty()) { in ActOnTag()11884 SS.isNotEmpty() || isExplicitSpecialization)) { in ActOnTag()[all …]
867 if (SS.isNotEmpty() && !SS.isInvalid()) { in CheckClassTemplate()2238 if (SS.isNotEmpty() && !IsCtorOrDtorName) { in ActOnTemplateIdType()
4322 AddKeywordsToConsumer(*this, *Consumer, S, CCCRef, SS && SS->isNotEmpty()); in makeTypoCorrectionConsumer()
12341 assert(SS.isNotEmpty() && "valid templated tag with no SS and no direct?"); in ActOnTemplatedFriendTag()