Query for "match MATCHER".
More...
#include <Query.h>
Query for "match MATCHER".
Definition at line 88 of file Query.h.
◆ MatchQuery()
clang::query::MatchQuery::MatchQuery |
( |
StringRef |
Source, |
|
|
const ast_matchers::dynamic::DynTypedMatcher & |
Matcher |
|
) |
| |
|
inline |
◆ classof()
static bool clang::query::MatchQuery::classof |
( |
const Query * |
Q | ) |
|
|
inlinestatic |
◆ run()
bool clang::query::MatchQuery::run |
( |
llvm::raw_ostream & |
OS, |
|
|
QuerySession & |
QS |
|
) |
| const |
|
overridevirtual |
Perform the query on QS
and print output to OS
.
- Returns
- false if an error occurs, otherwise return true.
Implements clang::query::Query.
Definition at line 84 of file Query.cpp.
◆ Matcher
ast_matchers::dynamic::DynTypedMatcher clang::query::MatchQuery::Matcher |
◆ Source
StringRef clang::query::MatchQuery::Source |
The documentation for this struct was generated from the following files: