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