Searched refs:LineEditor (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LineEditor/ |
| H A D | LineEditor.cpp | 53 LineEditor::CompletionAction 81 LineEditor::CompletionAction LineEditor::getCompletionAction(StringRef Buffer, in getCompletionAction() 96 struct LineEditor::InternalData { 97 LineEditor *LE; 111 LineEditor::InternalData *Data; in ElGetPromptFn() 122 LineEditor::InternalData *Data; in ElCompletionFn() 193 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() function in LineEditor 229 LineEditor::~LineEditor() { in ~LineEditor() 237 void LineEditor::saveHistory() { in saveHistory() 281 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() function in LineEditor [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/tools/clang-repl/ |
| H A D | ClangRepl.cpp | 91 std::vector<llvm::LineEditor::Completion> operator()(llvm::StringRef Buffer, 93 std::vector<llvm::LineEditor::Completion> 97 std::vector<llvm::LineEditor::Completion> 106 std::vector<llvm::LineEditor::Completion> 109 std::vector<llvm::LineEditor::Completion> Comps; in operator ()() 135 llvm::LineEditor::Completion(c.substr(CC.Prefix.size()), c)); in operator ()() 225 llvm::LineEditor LE("clang-repl"); in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LineEditor/ |
| H A D | LineEditor.h | 22 class LineEditor { 33 LineEditor(StringRef ProgName, StringRef HistoryPath = "", FILE *In = stdin, 35 ~LineEditor();
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/ |
| H A D | module.modulemap | 283 umbrella "llvm/LineEditor"
|
| /freebsd-14.2/contrib/llvm-project/ |
| H A D | FREEBSD-Xlist | 593 llvm/lib/LineEditor/CMakeLists.txt
|