Searched refs:BoundNodesView (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp413 virtual void visitMatch(const BoundNodes& BoundNodesView) { argument
414 Callback->run(MatchFinder::MatchResult(BoundNodesView, Context));
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h122 /// 'BoundNodesView' contains the bound nodes for a single match.
123 virtual void visitMatch(const BoundNodes& BoundNodesView) = 0;

Completed in 72 milliseconds