#include <QueryParser.h>
Definition at line 22 of file QueryParser.h.
◆ complete()
std::vector< LineEditor::Completion > clang::query::QueryParser::complete |
( |
StringRef |
Line, |
|
|
size_t |
Pos, |
|
|
const QuerySession & |
QS |
|
) |
| |
|
static |
Compute a list of completions for Line assuming a cursor at.
- Parameters
-
Pos | characters past the start of Line, ordered from most likely to least likely. |
- Returns
- A vector of completions for Line.
Definition at line 311 of file QueryParser.cpp.
◆ parse()
The documentation for this class was generated from the following files: