Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Disolated_declaration.cpp60 …auto textChange = ark::es2panda::lsp::ProcessIdentifier(id->AsIdentifier(), checker, ctx->parserPr… in TEST_F() local
99 …auto textChange = ark::es2panda::lsp::ProcessIdentifier(id->AsIdentifier(), checker, ctx->parserPr… in TEST_F() local
139 …auto textChange = ark::es2panda::lsp::ProcessIdentifier(id->AsIdentifier(), checker, ctx->parserPr… in TEST_F() local
180 …auto textChange = ark::es2panda::lsp::ProcessIdentifier(id->AsIdentifier(), checker, ctx->parserPr… in TEST_F() local
221 …auto textChange = ark::es2panda::lsp::ProcessIdentifier(id->AsIdentifier(), checker, ctx->parserPr… in TEST_F() local
Dget_constructor_test.cpp99 FileTextChanges textChange(filePaths.at(0), textChanges); in TEST_F() local
131 FileTextChanges textChange(filePaths.at(0), textChanges); in TEST_F() local
161 FileTextChanges textChange(filePaths.at(0), textChanges); in TEST_F() local
198 FileTextChanges textChange(filePaths.at(0), textChanges); in TEST_F() local
Dchange_tracker_test.cpp88 const auto &textChange = changeText; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Disolated_declaration.cpp318 auto textChange = GetTextChange(method->Function(), typeStr, program); in ProcessMethodDefinition() local
330 auto textChange = GetTextChange(arrowFunc->Function(), typeStr, program); in ProcessArrowFunction() local
Dgenerate_constructor.cpp208 FileTextChanges textChange(fileName, textChanges); in GetRefactorActionsToGenerateConstructor() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/
Dchange_tracker.cpp803 if (const auto *textChange = std::get_if<ark::es2panda::lsp::ChangeText>(&change)) { in GetTextChangesFromChanges() local