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

/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp76 void BoundNodesTreeBuilder::visitMatches(Visitor *ResultVisitor) { argument
80 ResultVisitor->visitMatch(BoundNodes(Binding));
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h238 /// The ownership of 'ResultVisitor' remains at the caller.
239 void visitMatches(Visitor* ResultVisitor);

Completed in 121 milliseconds