Searched refs:isNotEmpty (Results 1 - 12 of 12) sorted by relevance

/external/clang/lib/Parse/
H A DParser.cpp1375 if (SS.isNotEmpty())
1388 if (SS.isNotEmpty())
1397 if (SS.isNotEmpty())
1405 if (SS.isNotEmpty())
1428 if (SS.isNotEmpty())
1620 if (SS.isNotEmpty()) // it was a C++ qualified type name.
H A DParseTemplate.cpp955 if (SS.isNotEmpty())
1028 if (TemplateId->SS.isNotEmpty()) // it was a C++ qualified type name.
H A DParseDeclCXX.cpp524 SS.isNotEmpty() && LastII == Tok.getIdentifierInfo() &&
594 SS.isNotEmpty() ? SS.getEndLoc() : TypenameLoc));
595 else if (SS.isNotEmpty())
925 if (SS.isNotEmpty())
1312 if (SS.isNotEmpty())
H A DParseExpr.cpp1387 if (SS.isNotEmpty())
H A DParseDecl.cpp4539 if (SS.isNotEmpty()) {
/external/clang/include/clang/Sema/
H A DDeclSpec.h58 /// 2) Present, identified by isNotEmpty()
178 bool isNotEmpty() const { return !isEmpty(); } function in class:clang::CXXScopeSpec
181 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
183 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
194 /// Deprecated. Some call sites intend isNotEmpty() while others intend
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/clang/lib/Sema/
H A DSemaDecl.cpp211 } else if (SS && SS->isNotEmpty()) {
384 if (SS && SS->isNotEmpty() && !IsCtorOrDtorName) {
929 if (SS.isNotEmpty())
971 if (SS.isNotEmpty())
3380 if (Tag && SS.isNotEmpty() && !Tag->isCompleteDefinition() &&
5628 D.getCXXScopeSpec().isNotEmpty() ||
7122 D.getCXXScopeSpec().isNotEmpty() ||
10757 (SS.isNotEmpty() && TUK != TUK_Reference)) {
10831 if (Name && SS.isNotEmpty()) {
11068 SS.isNotEmpty() || isExplicitSpecializatio
[all...]
H A DSemaTemplate.cpp869 if (SS.isNotEmpty() && !SS.isInvalid()) {
2210 if (SS.isNotEmpty() && !IsCtorOrDtorName) {
H A DSemaLookup.cpp4327 AddKeywordsToConsumer(*this, Consumer, S, CCC, SS && SS->isNotEmpty());
H A DSemaDeclCXX.cpp11701 assert(SS.isNotEmpty() && "valid templated tag with no SS and no direct?");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 238 milliseconds