Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dlsp_rename_test.cpp39 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local
61 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local
83 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local
223 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local
338 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local
362 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local
389 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local
416 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local
447 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local
462 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local
[all …]
Dget_current_token_value_test.cpp83 auto targetNode = in TEST_F() local
104 auto targetNode = ast->FindChild([](AstNode *node) { return node->IsExpressionStatement(); }); in TEST_F() local
126 auto targetNode = ast->FindChild( in TEST_F() local
Dget_type_of_symbol_at_location_test.cpp42 auto targetNode = in TEST_F() local
102 auto targetNode = in TEST_F() local
Dget_completions_entry_details.cpp269 auto targetNode = ark::es2panda::compiler::DeclarationFromIdentifier(found->AsIdentifier()); in TEST_F() local
295 auto targetNode = ark::es2panda::compiler::DeclarationFromIdentifier(found->AsIdentifier()); in TEST_F() local
323 auto targetNode = ark::es2panda::compiler::DeclarationFromIdentifier(found->AsIdentifier()); in TEST_F() local
350 auto targetNode = ark::es2panda::compiler::DeclarationFromIdentifier(found->AsIdentifier()); in TEST_F() local
378 auto targetNode = ark::es2panda::compiler::DeclarationFromIdentifier(found->AsIdentifier()); in TEST_F() local
404 auto targetNode = ark::es2panda::compiler::DeclarationFromIdentifier(found->AsIdentifier()); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/refactors/
Dconvert_chain.cpp33 auto targetNode = ctx->parserProgram->Ast()->FindChild([&nodeproperty](ir::AstNode *childNode) { in FindETSNullType() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dcompletions_details.cpp115 auto targetNode = compiler::DeclarationFromIdentifier(leIdentifier->AsIdentifier()); in GetCompletionEntryDetailsImpl() local
Dapi.cpp55 auto targetNode = declInfo.first->FindChild([&declInfo](ir::AstNode *childNode) { in GetDefinitionAtPosition() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts1487 for (const targetNode of targetNodes) { constant
/arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/
Dchange_tracker.cpp51 ir::AstNode *targetNode; in GetStartPositionOfLine() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts3865 let targetNode: ts.Node = node; variable
8303 const targetNode = typeofExpress.expression; constant
9637 const targetNode = TypeScriptLinter.findVariableChangeNodeInStruct(variable, structDecl); constant