Home
last modified time | relevance | path

Searched refs:isNotEmpty (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h166 bool isNotEmpty() const { return !isEmpty(); } in isNotEmpty() function
169 bool isInvalid() const { return isNotEmpty() && getScopeRep() == 0; } in isInvalid()
171 bool isValid() const { return isNotEmpty() && getScopeRep() != 0; } in isValid()
/external/clang/lib/Parse/
DParseTemplate.cpp809 if (SS.isNotEmpty()) in AnnotateTemplateIdToken()
883 if (TemplateId->SS.isNotEmpty()) // it was a C++ qualified type name. in AnnotateTemplateIdTokenAsType()
DParseDeclCXX.cpp510 SS.isNotEmpty() ? SS.getEndLoc() : TypenameLoc)); in ParseUsingDeclaration()
511 else if (SS.isNotEmpty()) in ParseUsingDeclaration()
990 if (SS.isNotEmpty()) in ParseClassSpecifier()
DParser.cpp1279 if (SS.isNotEmpty()) // it was a C++ qualified type name. in TryAnnotateTypeOrScopeToken()
DParseExpr.cpp1308 if (SS.isNotEmpty()) in ParsePostfixExpressionSuffix()
DParseDecl.cpp3267 if (SS.isNotEmpty()) { in ParseDeclaratorInternal()
/external/clang/lib/Sema/
DSemaDecl.cpp79 } 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()
DSemaTemplate.cpp837 if (SS.isNotEmpty() && !SS.isInvalid()) { in CheckClassTemplate()
2069 if (SS.isNotEmpty()) { in ActOnTemplateIdType()
DSemaDeclCXX.cpp8281 assert(SS.isNotEmpty() && "valid templated tag with no SS and no direct?"); in ActOnTemplatedFriendTag()