Searched refs:CollectBoundNodes (Results 1 – 1 of 1) sorted by relevance
84 struct CollectBoundNodes : MatchFinder::MatchCallback { struct86 CollectBoundNodes(std::vector<BoundNodes> &Bindings) : Bindings(Bindings) {} in CollectBoundNodes() function190 CollectBoundNodes Collect(Matches); in run()