Home
last modified time | relevance | path

Searched refs:Acceptable (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DModule.cpp398 bool Acceptable = UnrestrictedWildcard; in getExportedModules() local
399 if (!Acceptable) { in getExportedModules()
404 Acceptable = true; in getExportedModules()
410 if (!Acceptable) in getExportedModules()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h2254 template<typename SpecificDecl, bool (SpecificDecl::*Acceptable)() const>
2267 (Acceptable && !(cast<SpecificDecl>(*Current)->*Acceptable)())))
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp2066 if (auto *Acceptable = getSema().VisibleNamespaceCache.lookup(Key)) in getAcceptableDeclSlow() local
2067 return Acceptable; in getAcceptableDeclSlow()
2068 auto *Acceptable = isVisible(getSema(), Key) in getAcceptableDeclSlow() local
2071 if (Acceptable) in getAcceptableDeclSlow()
2072 getSema().VisibleNamespaceCache.insert(std::make_pair(Key, Acceptable)); in getAcceptableDeclSlow()
2073 return Acceptable; in getAcceptableDeclSlow()
H A DSemaDeclCXX.cpp13376 if (auto *Acceptable = R.getAcceptableDecl(D)) in CheckImplicitSpecialMemberDeclaration() local
13377 R.addDecl(Acceptable); in CheckImplicitSpecialMemberDeclaration()
/llvm-project-15.0.7/openmp/docs/design/
H A DRuntimes.rst197 **Acceptable values:** ``true``, ``false``, or a comma separated list, each