Searched refs:Acceptable (Results 1 – 5 of 5) sorted by relevance
398 bool Acceptable = UnrestrictedWildcard; in getExportedModules() local399 if (!Acceptable) { in getExportedModules()404 Acceptable = true; in getExportedModules()410 if (!Acceptable) in getExportedModules()
2254 template<typename SpecificDecl, bool (SpecificDecl::*Acceptable)() const>2267 (Acceptable && !(cast<SpecificDecl>(*Current)->*Acceptable)())))
2066 if (auto *Acceptable = getSema().VisibleNamespaceCache.lookup(Key)) in getAcceptableDeclSlow() local2067 return Acceptable; in getAcceptableDeclSlow()2068 auto *Acceptable = isVisible(getSema(), Key) in getAcceptableDeclSlow() local2071 if (Acceptable) in getAcceptableDeclSlow()2072 getSema().VisibleNamespaceCache.insert(std::make_pair(Key, Acceptable)); in getAcceptableDeclSlow()2073 return Acceptable; in getAcceptableDeclSlow()
13376 if (auto *Acceptable = R.getAcceptableDecl(D)) in CheckImplicitSpecialMemberDeclaration() local13377 R.addDecl(Acceptable); in CheckImplicitSpecialMemberDeclaration()
197 **Acceptable values:** ``true``, ``false``, or a comma separated list, each