Searched defs:targetNode (Results 1 – 10 of 10) sorted by relevance
39 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local61 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local83 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local223 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local338 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local362 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local389 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local416 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local447 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local462 auto targetNode = ast->FindChild([](ark::es2panda::ir::AstNode *node) { in TEST_F() local[all …]
83 auto targetNode = in TEST_F() local104 auto targetNode = ast->FindChild([](AstNode *node) { return node->IsExpressionStatement(); }); in TEST_F() local126 auto targetNode = ast->FindChild( in TEST_F() local
42 auto targetNode = in TEST_F() local102 auto targetNode = in TEST_F() local
269 auto targetNode = ark::es2panda::compiler::DeclarationFromIdentifier(found->AsIdentifier()); in TEST_F() local295 auto targetNode = ark::es2panda::compiler::DeclarationFromIdentifier(found->AsIdentifier()); in TEST_F() local323 auto targetNode = ark::es2panda::compiler::DeclarationFromIdentifier(found->AsIdentifier()); in TEST_F() local350 auto targetNode = ark::es2panda::compiler::DeclarationFromIdentifier(found->AsIdentifier()); in TEST_F() local378 auto targetNode = ark::es2panda::compiler::DeclarationFromIdentifier(found->AsIdentifier()); in TEST_F() local404 auto targetNode = ark::es2panda::compiler::DeclarationFromIdentifier(found->AsIdentifier()); in TEST_F() local
33 auto targetNode = ctx->parserProgram->Ast()->FindChild([&nodeproperty](ir::AstNode *childNode) { in FindETSNullType() local
115 auto targetNode = compiler::DeclarationFromIdentifier(leIdentifier->AsIdentifier()); in GetCompletionEntryDetailsImpl() local
55 auto targetNode = declInfo.first->FindChild([&declInfo](ir::AstNode *childNode) { in GetDefinitionAtPosition() local
1487 for (const targetNode of targetNodes) { constant
51 ir::AstNode *targetNode; in GetStartPositionOfLine() local
3865 let targetNode: ts.Node = node; variable8303 const targetNode = typeofExpress.expression; constant9637 const targetNode = TypeScriptLinter.findVariableChangeNodeInStruct(variable, structDecl); constant