#include <Query.h>
Definition at line 139 of file Query.h.
◆ SetExclusiveOutputQuery()
clang::query::SetExclusiveOutputQuery::SetExclusiveOutputQuery |
( |
bool QuerySession::* |
Var | ) |
|
|
inline |
◆ classof()
static bool clang::query::SetExclusiveOutputQuery::classof |
( |
const Query * |
Q | ) |
|
|
inlinestatic |
◆ run()
bool clang::query::SetExclusiveOutputQuery::run |
( |
llvm::raw_ostream & |
OS, |
|
|
QuerySession & |
QS |
|
) |
| const |
|
inlineoverridevirtual |
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 142 of file Query.h.
◆ Var
bool QuerySession::* clang::query::SetExclusiveOutputQuery::Var |
The documentation for this struct was generated from the following file: