Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/unittests/LineEditor/
H A DLineEditor.cpp19 LineEditor *LE;
28 LE = new LineEditor("test", HistPath); in init()
43 std::vector<LineEditor::Completion> Completions;
57 std::vector<LineEditor::Completion> Comps; in TEST_F()
59 Comps.push_back(LineEditor::Completion("foo", "int foo()")); in TEST_F()
62 EXPECT_EQ(LineEditor::CompletionAction::AK_Insert, CA.Kind); in TEST_F()
65 Comps.push_back(LineEditor::Completion("bar", "int bar()")); in TEST_F()
74 Comps.push_back(LineEditor::Completion("fee", "int fee()")); in TEST_F()
75 Comps.push_back(LineEditor::Completion("fi", "int fi()")); in TEST_F()
76 Comps.push_back(LineEditor::Completion("foe", "int foe()")); in TEST_F()
[all …]
H A DCMakeLists.txt2 LineEditor
7 LineEditor.cpp
/llvm-project-15.0.7/llvm/lib/LineEditor/
H A DLineEditor.cpp54 LineEditor::CompletionAction
82 LineEditor::CompletionAction LineEditor::getCompletionAction(StringRef Buffer, in getCompletionAction()
97 struct LineEditor::InternalData {
98 LineEditor *LE;
112 LineEditor::InternalData *Data; in ElGetPromptFn()
123 LineEditor::InternalData *Data; in ElCompletionFn()
197 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() function in LineEditor
233 LineEditor::~LineEditor() { in ~LineEditor()
241 void LineEditor::saveHistory() { in saveHistory()
285 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() function in LineEditor
[all …]
H A DCMakeLists.txt6 LineEditor.cpp
9 ${LLVM_MAIN_INCLUDE_DIR}/llvm/LineEditor
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/unittests/LineEditor/
H A DBUILD.gn5 "//llvm/lib/LineEditor",
8 sources = [ "LineEditor.cpp" ]
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/LineEditor/
H A DBUILD.gn1 static_library("LineEditor") {
9 sources = [ "LineEditor.cpp" ]
/llvm-project-15.0.7/llvm/include/llvm/LineEditor/
H A DLineEditor.h22 class LineEditor {
33 LineEditor(StringRef ProgName, StringRef HistoryPath = "", FILE *In = stdin,
35 ~LineEditor();
/llvm-project-15.0.7/clang-tools-extra/clang-query/
H A DQueryParser.h34 static std::vector<llvm::LineEditor::Completion>
61 std::vector<llvm::LineEditor::Completion> Completions;
H A DQueryParser.cpp85 P->Completions.push_back(LineEditor::Completion( in Case()
212 Completions.push_back(LineEditor::Completion(I->TypedText, I->MatcherDecl)); in completeMatcherExpression()
367 std::vector<LineEditor::Completion>
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/dexp/
H A DCMakeLists.txt2 LineEditor
H A DDexp.cpp444 llvm::LineEditor LE("dexp"); in main()
/llvm-project-15.0.7/clang/tools/clang-repl/
H A DCMakeLists.txt4 LineEditor
H A DClangRepl.cpp109 llvm::LineEditor LE("clang-repl"); in main()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/
H A DBUILD.gn8 "//llvm/lib/LineEditor",
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-query/
H A DBUILD.gn11 "//llvm/lib/LineEditor",
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/tools/clang-repl/
H A DBUILD.gn9 "//llvm/lib/LineEditor",
/llvm-project-15.0.7/llvm/unittests/
H A DCMakeLists.txt33 add_subdirectory(LineEditor)
/llvm-project-15.0.7/llvm/lib/
H A DCMakeLists.txt35 add_subdirectory(LineEditor)
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/unittests/
H A DBUILD.gn30 "LineEditor:LineEditorTests",
/llvm-project-15.0.7/clang-tools-extra/clang-query/tool/
H A DClangQuery.cpp167 LineEditor LE("clang-query"); in main()
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/unittests/
H A DBUILD.bazel332 ["LineEditor/*.cpp"],
336 "//llvm:LineEditor",
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-query/
H A DQueryParserTest.cpp198 std::vector<llvm::LineEditor::Completion> Comps = in TEST_F()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/test/
H A DBUILD.gn243 "//llvm/lib/LineEditor",
/llvm-project-15.0.7/llvm/include/llvm/
H A Dmodule.modulemap317 umbrella "LineEditor"
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/
H A DBUILD.bazel282 name = "LineEditor",
284 "lib/LineEditor/*.cpp",
285 "lib/LineEditor/*.h",
287 hdrs = glob(["include/llvm/LineEditor/*.h"]),

12