Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LineEditor/
H A DLineEditor.cpp55 LineEditor::CompletionAction
84 LineEditor::CompletionAction LineEditor::getCompletionAction(StringRef Buffer, in getCompletionAction()
99 struct LineEditor::InternalData {
100 LineEditor *LE;
114 LineEditor::InternalData *Data; in ElGetPromptFn()
125 LineEditor::InternalData *Data; in ElCompletionFn()
199 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() function in LineEditor
235 LineEditor::~LineEditor() { in ~LineEditor()
243 void LineEditor::saveHistory() { in saveHistory()
287 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() function in LineEditor
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/LineEditor/
H A DLineEditor.h23 class LineEditor {
34 LineEditor(StringRef ProgName, StringRef HistoryPath = "", FILE *In = stdin,
36 ~LineEditor();
/freebsd-12.1/contrib/llvm/
H A DFREEBSD-Xlist89 lib/LineEditor/CMakeLists.txt
90 lib/LineEditor/LLVMBuild.txt
/freebsd-12.1/contrib/llvm/include/llvm/
H A Dmodule.modulemap265 umbrella "LineEditor"
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile630 SRCS_MIN+= LineEditor/LineEditor.cpp