Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp25 std::string LineEditor::getDefaultHistoryPath(StringRef ProgName) { in getDefaultHistoryPath()
34 LineEditor::CompleterConcept::~CompleterConcept() = default;
35 LineEditor::ListCompleterConcept::~ListCompleterConcept() = default;
37 std::string LineEditor::ListCompleterConcept::getCommonPrefix( in getCommonPrefix()
54 LineEditor::CompletionAction
55 LineEditor::ListCompleterConcept::complete(StringRef Buffer, size_t Pos) const { in complete()
82 LineEditor::CompletionAction LineEditor::getCompletionAction(StringRef Buffer, in getCompletionAction()
97 struct LineEditor::InternalData {
98 LineEditor *LE;
112 LineEditor::InternalData *Data; in ElGetPromptFn()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h23 class LineEditor {
34 LLVM_ABI LineEditor(StringRef ProgName, StringRef HistoryPath = "",
36 LLVM_ABI ~LineEditor();
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap288 umbrella "llvm/LineEditor"
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist846 llvm/lib/LineEditor/CMakeLists.txt