Query for "quit".
More...
#include <Query.h>
Query for "quit".
Definition at line 79 of file Query.h.
◆ QuitQuery()
clang::query::QuitQuery::QuitQuery |
( |
| ) |
|
|
inline |
◆ classof()
static bool clang::query::QuitQuery::classof |
( |
const Query * |
Q | ) |
|
|
inlinestatic |
◆ run()
bool clang::query::QuitQuery::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 66 of file Query.cpp.
The documentation for this struct was generated from the following files: