clang-tools
7.0.0
|
Any query which resulted in a parse error. The error message is in ErrStr. More...
#include <Query.h>
Public Member Functions | |
InvalidQuery (const Twine &ErrStr) | |
bool | run (llvm::raw_ostream &OS, QuerySession &QS) const override |
Perform the query on QS and print output to OS . More... | |
![]() | |
Query (QueryKind Kind) | |
virtual | ~Query () |
Static Public Member Functions | |
static bool | classof (const Query *Q) |
Public Attributes | |
std::string | ErrStr |
![]() | |
const QueryKind | Kind |
Any query which resulted in a parse error. The error message is in ErrStr.
|
inline |
Definition at line 52 of file Query.h.
References clang::query::Query::run().
|
inlinestatic |
Definition at line 57 of file Query.h.
References clang::query::Query::Kind, and clang::query::QK_Invalid.
|
overridevirtual |
Perform the query on QS
and print output to OS
.
Implements clang::query::Query.