clang-tools 20.0.0git
|
Query for "set VAR VALUE". More...
#include <Query.h>
Public Member Functions | |
SetQuery (T QuerySession::*Var, T Value) | |
bool | run (llvm::raw_ostream &OS, QuerySession &QS) const override |
Perform the query on QS and print output to OS . | |
Public Member Functions inherited from clang::query::Query | |
Query (QueryKind Kind) | |
virtual | ~Query () |
virtual bool | run (llvm::raw_ostream &OS, QuerySession &QS) const =0 |
Perform the query on QS and print output to OS . | |
Static Public Member Functions | |
static bool | classof (const Query *Q) |
Public Attributes | |
T QuerySession::* | Var |
T | Value |
Public Attributes inherited from clang::query::Query | |
StringRef | RemainingContent |
const QueryKind | Kind |
Query for "set VAR VALUE".
|
inline |
|
inlinestatic |
Definition at line 136 of file Query.h.
References clang::query::Query::Kind.
|
inlineoverridevirtual |
Perform the query on QS
and print output to OS
.
Implements clang::query::Query.
Definition at line 131 of file Query.h.
References clang::query::SetQuery< T >::Value, and clang::query::SetQuery< T >::Var.
T clang::query::SetQuery< T >::Value |
Definition at line 141 of file Query.h.
Referenced by clang::query::SetQuery< T >::run().
T QuerySession::* clang::query::SetQuery< T >::Var |
Definition at line 140 of file Query.h.
Referenced by clang::query::SetQuery< T >::run().