clang-tools 22.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 () |
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 |
Definition at line 129 of file Query.h.
References clang::query::Query::Query(), clang::query::SetQueryKind< bool >::value, Value, and Var.
|
inlinestatic |
Definition at line 136 of file Query.h.
References clang::query::Query::Kind, and clang::query::Query::Query().
|
inlineoverridevirtual |
Perform the query on QS
and print output to OS
.
Implements clang::query::Query.
T clang::query::SetQuery< T >::Value |
Definition at line 141 of file Query.h.
Referenced by run(), and SetQuery().
T QuerySession::* clang::query::SetQuery< T >::Var |
Definition at line 140 of file Query.h.
Referenced by run(), and SetQuery().