| /llvm-project-15.0.7/llvm/unittests/LineEditor/ |
| H A D | LineEditor.cpp | 19 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 D | CMakeLists.txt | 2 LineEditor 7 LineEditor.cpp
|
| /llvm-project-15.0.7/llvm/lib/LineEditor/ |
| H A D | LineEditor.cpp | 54 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 D | CMakeLists.txt | 6 LineEditor.cpp 9 ${LLVM_MAIN_INCLUDE_DIR}/llvm/LineEditor
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/unittests/LineEditor/ |
| H A D | BUILD.gn | 5 "//llvm/lib/LineEditor", 8 sources = [ "LineEditor.cpp" ]
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/LineEditor/ |
| H A D | BUILD.gn | 1 static_library("LineEditor") { 9 sources = [ "LineEditor.cpp" ]
|
| /llvm-project-15.0.7/llvm/include/llvm/LineEditor/ |
| H A D | LineEditor.h | 22 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 D | QueryParser.h | 34 static std::vector<llvm::LineEditor::Completion> 61 std::vector<llvm::LineEditor::Completion> Completions;
|
| H A D | QueryParser.cpp | 85 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 D | CMakeLists.txt | 2 LineEditor
|
| H A D | Dexp.cpp | 444 llvm::LineEditor LE("dexp"); in main()
|
| /llvm-project-15.0.7/clang/tools/clang-repl/ |
| H A D | CMakeLists.txt | 4 LineEditor
|
| H A D | ClangRepl.cpp | 109 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 D | BUILD.gn | 8 "//llvm/lib/LineEditor",
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-query/ |
| H A D | BUILD.gn | 11 "//llvm/lib/LineEditor",
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/tools/clang-repl/ |
| H A D | BUILD.gn | 9 "//llvm/lib/LineEditor",
|
| /llvm-project-15.0.7/llvm/unittests/ |
| H A D | CMakeLists.txt | 33 add_subdirectory(LineEditor)
|
| /llvm-project-15.0.7/llvm/lib/ |
| H A D | CMakeLists.txt | 35 add_subdirectory(LineEditor)
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/unittests/ |
| H A D | BUILD.gn | 30 "LineEditor:LineEditorTests",
|
| /llvm-project-15.0.7/clang-tools-extra/clang-query/tool/ |
| H A D | ClangQuery.cpp | 167 LineEditor LE("clang-query"); in main()
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/unittests/ |
| H A D | BUILD.bazel | 332 ["LineEditor/*.cpp"], 336 "//llvm:LineEditor",
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-query/ |
| H A D | QueryParserTest.cpp | 198 std::vector<llvm::LineEditor::Completion> Comps = in TEST_F()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/test/ |
| H A D | BUILD.gn | 243 "//llvm/lib/LineEditor",
|
| /llvm-project-15.0.7/llvm/include/llvm/ |
| H A D | module.modulemap | 317 umbrella "LineEditor"
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/ |
| H A D | BUILD.bazel | 282 name = "LineEditor", 284 "lib/LineEditor/*.cpp", 285 "lib/LineEditor/*.h", 287 hdrs = glob(["include/llvm/LineEditor/*.h"]),
|