Searched refs:removeBindings (Results 1 – 3 of 3) sorted by relevance
192 Builder->removeBindings([](const BoundNodesMap &) { return true; }); in matches()206 Builder->removeBindings([](const BoundNodesMap &) { return true; }); in matchesNoKindCheck()
216 bool removeBindings(const ExcludePredicate &Predicate) { in removeBindings() function
3475 return Builder->removeBindings(Predicate); in AST_POLYMORPHIC_MATCHER_P()