clang-tools
3.8.0
|
#include <QueryParser.h>
Classes | |
struct | LexOrCompleteWord |
Static Public Member Functions | |
static QueryRef | parse (StringRef Line, const QuerySession &QS) |
Parse Line as a query. More... | |
static std::vector < llvm::LineEditor::Completion > | complete (StringRef Line, size_t Pos, const QuerySession &QS) |
Compute a list of completions for Line assuming a cursor at. More... | |
Definition at line 23 of file QueryParser.h.
|
static |
Compute a list of completions for Line assuming a cursor at.
Pos | characters past the start of Line, ordered from most likely to least likely. |
Definition at line 277 of file QueryParser.cpp.
|
static |
Parse Line as a query.
Definition at line 272 of file QueryParser.cpp.