Searched refs:LineEditor (Results 1 – 4 of 4) sorted by relevance
25 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::CompletionAction55 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 …]
23 class LineEditor {34 LLVM_ABI LineEditor(StringRef ProgName, StringRef HistoryPath = "",36 LLVM_ABI ~LineEditor();
288 umbrella "llvm/LineEditor"
846 llvm/lib/LineEditor/CMakeLists.txt