Home
last modified time | relevance | path

Searched refs:CollectBoundNodes (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-query/
H A DQuery.cpp84 struct CollectBoundNodes : MatchFinder::MatchCallback { struct
86 CollectBoundNodes(std::vector<BoundNodes> &Bindings) : Bindings(Bindings) {} in CollectBoundNodes() function
190 CollectBoundNodes Collect(Matches); in run()