Home
last modified time | relevance | path

Searched defs:fileTextChanges (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/src/register_code_fix/
Dadd_missing_declare_property.cpp44 auto fileTextChanges = ChangeTracker::With( in GetCodeActionsToAddMissingDeclareOnProperty() local
Dfix_nan_equality.cpp74 auto fileTextChanges = ChangeTracker::With(textChangesContext, [&](ChangeTracker &tracker) { in GetCodeActionsToFixNaNEquality() local
Dui_plugin_suggest.cpp63 FileTextChanges fileTextChanges(filename, textChanges); in GetUIPluginCodeFixesByDiagType() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dgenerate_constructor.cpp203 std::vector<FileTextChanges> fileTextChanges; in GetRefactorActionsToGenerateConstructor() local
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dget_constructor_test.cpp25 void AssertClassConstructorInfo(const std::vector<FileTextChanges> &fileTextChanges, in AssertClassConstructorInfo()
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DlspNode.ts720 readonly fileTextChanges: FileTextChanges[]; property in LspFileTextChanges
/arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/
Dchange_tracker.cpp813 std::vector<FileTextChanges> fileTextChanges; in GetTextChangesFromChanges() local