clang
8.0.0
|
#include "clang/ASTMatchers/ASTMatchFinder.h"
Public Member Functions | |
void | run (const MatchFinder::MatchResult &Result) override |
Called on every match by the MatchFinder . More... | |
![]() | |
virtual | ~MatchCallback () |
virtual void | onStartOfTranslationUnit () |
Called at the start of each translation unit. More... | |
virtual void | onEndOfTranslationUnit () |
Called at the end of each translation unit. More... | |
virtual StringRef | getID () const |
An id used to group the matchers. More... | |
Public Attributes | |
SmallVector< BoundNodes, 1 > | Nodes |
Definition at line 277 of file ASTMatchFinder.h.
|
inlineoverridevirtual |
Called on every match by the MatchFinder
.
Implements clang::ast_matchers::MatchFinder::MatchCallback.
Definition at line 279 of file ASTMatchFinder.h.
References clang::ast_matchers::MatchFinder::MatchResult::Nodes.
SmallVector<BoundNodes, 1> clang::ast_matchers::internal::CollectMatchesCallback::Nodes |
Definition at line 282 of file ASTMatchFinder.h.