Home
last modified time | relevance | path

Searched refs:LineEditor (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp54 LineEditor::CompletionAction
83 LineEditor::CompletionAction LineEditor::getCompletionAction(StringRef Buffer, in getCompletionAction()
98 struct LineEditor::InternalData {
99 LineEditor *LE;
113 LineEditor::InternalData *Data; in ElGetPromptFn()
124 LineEditor::InternalData *Data; in ElCompletionFn()
198 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() function in LineEditor
234 LineEditor::~LineEditor() { in ~LineEditor()
242 void LineEditor::saveHistory() { in saveHistory()
286 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() function in LineEditor
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h22 class LineEditor {
33 LineEditor(StringRef ProgName, StringRef HistoryPath = "", FILE *In = stdin,
35 ~LineEditor();
/freebsd-13.1/contrib/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp90 llvm::LineEditor LE("clang-repl"); in main()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/
H A Dmodule.modulemap326 umbrella "LineEditor"
/freebsd-13.1/contrib/llvm-project/
H A DFREEBSD-Xlist534 llvm/lib/LineEditor/CMakeLists.txt