Home
last modified time | relevance | path

Searched defs:textChanges (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dget_constructor_test.cpp97 std::vector<TextChange> textChanges; in TEST_F() local
129 std::vector<TextChange> textChanges; in TEST_F() local
159 std::vector<TextChange> textChanges; in TEST_F() local
196 std::vector<TextChange> textChanges; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/register_code_fix/
Dui_plugin_suggest.cpp35 std::vector<TextChange> textChanges; in GetTextChangesFromSuggestions() local
62 auto textChanges = GetTextChangesFromSuggestions(diag, pos, isAll); in GetUIPluginCodeFixesByDiagType() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dgenerate_constructor.cpp205 std::vector<TextChange> textChanges; in GetRefactorActionsToGenerateConstructor() local
Dcode_fix_provider.cpp228 const std::vector<TextChange> &textChanges) in CreateFileTextChanges()
/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dtypes.h91 std::vector<TextChange> textChanges; member
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DlspNode.ts670 readonly textChanges: TextChange[]; property in FileTextChanges