Searched refs:BoundNodesView (Results 1 – 2 of 2) sorted by relevance
1257 void visitMatch(const BoundNodes& BoundNodesView) override { in visitMatch() argument1259 CurBoundScope RAII2(State, BoundNodesView); in visitMatch()1260 Callback->run(MatchFinder::MatchResult(BoundNodesView, Context)); in visitMatch()
290 virtual void visitMatch(const BoundNodes& BoundNodesView) = 0;