#include <Query.h>
Definition at line 162 of file Query.h.
◆ SetNonExclusiveOutputQuery()
clang::query::SetNonExclusiveOutputQuery::SetNonExclusiveOutputQuery |
( |
QueryKind |
Kind, |
|
|
bool QuerySession::* |
Var, |
|
|
bool |
Value |
|
) |
| |
|
inline |
◆ run()
bool clang::query::SetNonExclusiveOutputQuery::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 166 of file Query.h.
References Value, and Var.
◆ Value
bool clang::query::SetNonExclusiveOutputQuery::Value |
◆ Var
bool QuerySession::* clang::query::SetNonExclusiveOutputQuery::Var |
The documentation for this struct was generated from the following file: