Searched defs:textChange (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | isolated_declaration.cpp | 60 …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
|
| D | get_constructor_test.cpp | 99 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
|
| D | change_tracker_test.cpp | 88 const auto &textChange = changeText; in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | isolated_declaration.cpp | 318 auto textChange = GetTextChange(method->Function(), typeStr, program); in ProcessMethodDefinition() local 330 auto textChange = GetTextChange(arrowFunc->Function(), typeStr, program); in ProcessArrowFunction() local
|
| D | generate_constructor.cpp | 208 FileTextChanges textChange(fileName, textChanges); in GetRefactorActionsToGenerateConstructor() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/ |
| D | change_tracker.cpp | 803 if (const auto *textChange = std::get_if<ark::es2panda::lsp::ChangeText>(&change)) { in GetTextChangesFromChanges() local
|