HomeSort by: relevance | last modified time | path
    Searched refs:Acceptable (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
Module.cpp 397 bool Acceptable = UnrestrictedWildcard;
398 if (!Acceptable) {
403 Acceptable = true;
409 if (!Acceptable)
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 2137 /// required by Acceptable.
2203 /// Acceptable = ObjCMethodDecl::isInstanceMethod).
2204 template<typename SpecificDecl, bool (SpecificDecl::*Acceptable)() const>
2213 /// required by Acceptable.
2217 (Acceptable && !(cast<SpecificDecl>(*Current)->*Acceptable)())))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 1452 // with this same name and in an acceptable identifier
1872 if (auto *Acceptable = getSema().VisibleNamespaceCache.lookup(Key))
1873 return Acceptable;
1874 auto *Acceptable = isVisible(getSema(), Key)
1877 if (Acceptable)
1878 getSema().VisibleNamespaceCache.insert(std::make_pair(Key, Acceptable));
1879 return Acceptable;
SemaDeclCXX.cpp 12994 if (auto *Acceptable = R.getAcceptableDecl(D))
12995 R.addDecl(Acceptable);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
systime.d 8361 prec = An `int` representing the desired precision. Acceptable values range from -1 to 7, where -1 represents the default behavior.

Completed in 61 milliseconds