Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp24 std::string LineEditor::getDefaultHistoryPath(StringRef ProgName) { in getDefaultHistoryPath()
33 LineEditor::CompleterConcept::~CompleterConcept() = default;
34 LineEditor::ListCompleterConcept::~ListCompleterConcept() = default;
36 std::string LineEditor::ListCompleterConcept::getCommonPrefix( in getCommonPrefix()
53 LineEditor::CompletionAction
54 LineEditor::ListCompleterConcept::complete(StringRef Buffer, size_t Pos) const { in complete()
81 LineEditor::CompletionAction LineEditor::getCompletionAction(StringRef Buffer, in getCompletionAction()
96 struct LineEditor::InternalData {
97 LineEditor *LE;
111 LineEditor::InternalData *Data; in ElGetPromptFn()
[all …]
/src/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h22 class LineEditor {
33 LineEditor(StringRef ProgName, StringRef HistoryPath = "", FILE *In = stdin,
35 ~LineEditor();
/src/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap280 umbrella "llvm/LineEditor"
/src/contrib/llvm-project/
H A DFREEBSD-Xlist602 llvm/lib/LineEditor/CMakeLists.txt