#include <Query.h>
Definition at line 101 of file Query.h.
◆ LetQuery()
clang::query::LetQuery::LetQuery |
( |
StringRef |
Name, |
|
|
const ast_matchers::dynamic::VariantValue & |
Value |
|
) |
| |
|
inline |
◆ classof()
static bool clang::query::LetQuery::classof |
( |
const Query * |
Q | ) |
|
|
inlinestatic |
◆ run()
bool clang::query::LetQuery::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 165 of file Query.cpp.
◆ Name
std::string clang::query::LetQuery::Name |
◆ Value
ast_matchers::dynamic::VariantValue clang::query::LetQuery::Value |
The documentation for this struct was generated from the following files: