| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | organize_imports_test.cpp | 45 std::vector<FileTextChanges> changes = OrganizeImports::Organize(ctx, filePaths[0]); in TEST_F() local 75 std::vector<FileTextChanges> changes = OrganizeImports::Organize(ctx, filePaths[0]); in TEST_F() local 103 std::vector<FileTextChanges> changes = OrganizeImports::Organize(ctx, filePaths[0]); in TEST_F() local 130 std::vector<FileTextChanges> changes = OrganizeImports::Organize(ctx, filePaths[0]); in TEST_F() local 158 std::vector<FileTextChanges> changes = OrganizeImports::Organize(ctx, filePaths[0]); in TEST_F() local 185 std::vector<FileTextChanges> changes = OrganizeImports::Organize(ctx, filePaths[0]); in TEST_F() local
|
| D | change_tracker_test.cpp | 127 const auto &changes = tracker.GetChangeList(); in TEST_F() local 174 const auto &changes = tracker.GetChangeList(); // varsayalım internal erişim var in TEST_F() local 220 const auto &changes = tracker.GetChangeList(); // Internal erişim in TEST_F() local 258 const auto &changes = tracker.GetChangeList(); in TEST_F() local 292 const auto &changes = tracker.GetChangeList(); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/register_code_fix/ |
| D | add_missing_declare_property.cpp | 59 auto changes = GetCodeActionsToAddMissingDeclareOnProperty(context); in GetCodeActions() local 81 const auto changes = provider.CodeFixAll(codeFixAll, GetErrorCodes(), in GetAllCodeActions() local
|
| D | fix_nan_equality.cpp | 91 auto changes = GetCodeActionsToFixNaNEquality(context); in GetCodeActions() local 109 const auto changes = provider.CodeFixAll( in GetAllCodeActions() local
|
| D | ui_plugin_suggest.cpp | 86 auto changes = GetUIPluginCodeFixes(context.context, context.span.start, false); in GetCodeActions() local 106 auto changes = GetUIPluginCodeFixes(codeFixAll.context, 0, true); in GetAllCodeActions() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | code_fix_provider.cpp | 72 … std::vector<FileTextChanges> &changes, std::string &fixId, in CreateCodeFixActionWorker() 84 … std::vector<FileTextChanges> &changes, in CreateCodeFixActionWithoutFixAll() 93 …ion CodeFixProvider::CreateCodeFixAction(std::string fixName, std::vector<FileTextChanges> changes, in CreateCodeFixAction() 221 auto changes = ChangeTracker::With(textChangesContext, [&](ChangeTracker &tracker) { in CodeFixAll() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/include/code_fixes/ |
| D | code_fix_types.h | 53 std::vector<FileTextChanges> changes; member 57 std::vector<FileTextChanges> changes; member
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/ |
| D | change_tracker.cpp | 783 Change &changes, std::string &newLineCharacter, in GetTextChangesFromChanges() 794 std::vector<FileTextChanges> ChangeTracker::GetTextChangesFromChanges(std::vector<Change> &changes, in GetTextChangesFromChanges()
|
| /arkcompiler/ets_frontend/ets2panda/bindings/src/ |
| D | lspNode.ts | 683 readonly changes: FileTextChanges[]; property in CodeActionInfo
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|