clang-tools 20.0.0git
|
#include <Query.h>
Public Member Functions | |
DisableOutputQuery (bool QuerySession::*Var) | |
Public Member Functions inherited from clang::query::SetNonExclusiveOutputQuery | |
SetNonExclusiveOutputQuery (QueryKind Kind, bool QuerySession::*Var, bool 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) |
Additional Inherited Members | |
Public Attributes inherited from clang::query::SetNonExclusiveOutputQuery | |
bool QuerySession::* | Var |
bool | Value |
Public Attributes inherited from clang::query::Query | |
StringRef | RemainingContent |
const QueryKind | Kind |
|
inline |
|
inlinestatic |
Definition at line 186 of file Query.h.
References clang::query::Query::Kind, and clang::query::QK_DisableOutputKind.