29 static std::vector<llvm::LineEditor::Completion>
33 QueryParser(llvm::StringRef line,
const QuerySession &qs)
34 : line(line), completionPos(
nullptr), qs(qs) {}
36 llvm::StringRef lexWord();
41 QueryRef completeMatcherExpression();
51 const char *completionPos;
52 std::vector<llvm::LineEditor::Completion> completions;