clang-tools 20.0.0git
|
#include <QueryParser.h>
Classes | |
struct | LexOrCompleteWord |
Static Public Member Functions | |
static QueryRef | parse (StringRef Line, const QuerySession &QS) |
Parse Line as a query. | |
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. | |
Definition at line 22 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 362 of file QueryParser.cpp.
Referenced by main().
|
static |
Parse Line as a query.
Definition at line 357 of file QueryParser.cpp.
References Line.
Referenced by main(), and clang::query::FileQuery::run().