Searched defs:isNotEmpty (Results 1 - 3 of 3) sorted by relevance

/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/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 2704 milliseconds