clang API Documentation
#include <ASTMatchFinder.h>
Public Member Functions | |
void | run (const MatchFinder::MatchResult &Result) override |
Called on every match by the MatchFinder . | |
Public Attributes | |
SmallVector< BoundNodes, 1 > | Nodes |
Definition at line 264 of file ASTMatchFinder.h.
void clang::ast_matchers::internal::CollectMatchesCallback::run | ( | const MatchFinder::MatchResult & | Result | ) | [inline, override, virtual] |
Called on every match by the MatchFinder
.
Implements clang::ast_matchers::MatchFinder::MatchCallback.
Definition at line 266 of file ASTMatchFinder.h.
References clang::ast_matchers::MatchFinder::MatchResult::Nodes, and Nodes.
Definition at line 269 of file ASTMatchFinder.h.
Referenced by clang::ast_matchers::match(), and run().