Home
last modified time | relevance | path

Searched defs:changes (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dorganize_imports_test.cpp45 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
Dchange_tracker_test.cpp127 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/
Dadd_missing_declare_property.cpp59 auto changes = GetCodeActionsToAddMissingDeclareOnProperty(context); in GetCodeActions() local
81 const auto changes = provider.CodeFixAll(codeFixAll, GetErrorCodes(), in GetAllCodeActions() local
Dfix_nan_equality.cpp91 auto changes = GetCodeActionsToFixNaNEquality(context); in GetCodeActions() local
109 const auto changes = provider.CodeFixAll( in GetAllCodeActions() local
Dui_plugin_suggest.cpp86 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/
Dcode_fix_provider.cpp72std::vector<FileTextChanges> &changes, std::string &fixId, in CreateCodeFixActionWorker()
84std::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/
Dcode_fix_types.h53 std::vector<FileTextChanges> changes; member
57 std::vector<FileTextChanges> changes; member
/arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/
Dchange_tracker.cpp783 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/
DlspNode.ts683 readonly changes: FileTextChanges[]; property in CodeActionInfo
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument