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