Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LineEditor/
H A DLineEditor.cpp23 std::string LineEditor::getDefaultHistoryPath(StringRef ProgName) { in getDefaultHistoryPath()
32 LineEditor::CompleterConcept::~CompleterConcept() {} in ~CompleterConcept()
33 LineEditor::ListCompleterConcept::~ListCompleterConcept() {} in ~ListCompleterConcept()
35 std::string LineEditor::ListCompleterConcept::getCommonPrefix( in getCommonPrefix()
54 LineEditor::CompletionAction
55 LineEditor::ListCompleterConcept::complete(StringRef Buffer, size_t Pos) const { in complete()
83 LineEditor::CompletionAction LineEditor::getCompletionAction(StringRef Buffer, in getCompletionAction()
98 struct LineEditor::InternalData {
99 LineEditor *LE;
113 LineEditor::InternalData *Data; in ElGetPromptFn()
[all …]
H A DCMakeLists.txt6 LineEditor.cpp
9 ${LLVM_MAIN_INCLUDE_DIR}/llvm/LineEditor
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/unittests/LineEditor/
H A DBUILD.gn5 "//llvm/lib/LineEditor",
8 sources = [ "LineEditor.cpp" ]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/LineEditor/
H A DBUILD.gn1 static_library("LineEditor") {
9 sources = [ "LineEditor.cpp" ]
/netbsd-src/external/apache2/llvm/lib/libLLVMLineEditor/
H A DMakefile7 .PATH: ${LLVM_SRCDIR}/lib/LineEditor
9 SRCS+= LineEditor.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LineEditor/
H A DLineEditor.h22 class LineEditor {
33 LineEditor(StringRef ProgName, StringRef HistoryPath = "", FILE *In = stdin,
35 ~LineEditor();
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/
H A DBUILD.gn8 "//llvm/lib/LineEditor",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/tools/clang-repl/
H A DBUILD.gn9 "//llvm/lib/LineEditor",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clang-query/
H A DBUILD.gn11 "//llvm/lib/LineEditor",
/netbsd-src/external/apache2/llvm/bin/clang-repl/
H A DMakefile122 LineEditor \
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-repl/
H A DClangRepl.cpp81 llvm::LineEditor LE("clang-repl"); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/
H A DCMakeLists.txt32 add_subdirectory(LineEditor)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/unittests/
H A DBUILD.gn28 "LineEditor:LineEditorTests",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/test/
H A DBUILD.gn220 "//llvm/lib/LineEditor",
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/
H A Dmodule.modulemap326 umbrella "LineEditor"
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormattedStatus.rst3737 * - llvm/include/llvm/LineEditor
4152 * - llvm/lib/LineEditor
5422 * - llvm/unittests/LineEditor
/netbsd-src/external/apache2/llvm/autoconf/autoconf/
H A Dconfigure.ac1582 dnl The libedit library is optional; used by lib/LineEditor