| /arkcompiler/ets_frontend/ets2panda/test/utils/ |
| D | node_creator.h | 39 …auto varDecl = alloc_->New<ir::VariableDeclarator>(ir::VariableDeclaratorFlag::LET, CreateId(name)… variable 68 auto varDecl = CreateVarDecl(name); variable
|
| /arkcompiler/ets_frontend/ets2panda/parser/program/ |
| D | entityNameVisitor.cpp | 30 void EntityNameVisitor::VisitVariableDeclaration(ir::VariableDeclaration *varDecl) in VisitVariableDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| D | globalDeclTransformer.cpp | 71 void GlobalDeclTransformer::VisitVariableDeclaration(ir::VariableDeclaration *varDecl) in VisitVariableDeclaration()
|
| D | importExportDecls.cpp | 146 void ImportExportDecls::VisitVariableDeclaration(ir::VariableDeclaration *varDecl) in VisitVariableDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_function_to_arrow.cpp | 53 es2panda_AstNode *varDecl; member
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| D | debugInfoDeserializer.cpp | 236 …auto *varDecl = parser.CreateFormattedStatement(varDeclSource, parser::ParserContext::DEFAULT_SOUR… in CreateLocalVarDecl() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | objectLiteralLowering.cpp | 84 …const auto *const varDecl = firstStatement->AsVariableDeclaration()->Declarators().front()->Init(); in AllowRequiredTypeInstantiation() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | varbinder.cpp | 314 void VarBinder::BuildVarDeclarator(ir::VariableDeclarator *varDecl) in BuildVarDeclarator()
|
| D | scope.cpp | 479 auto *varDecl = NewDecl<VarDecl>(allocator, binding->Name()); in AddParamDecl() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | helpers.cpp | 510 const ir::VariableDeclarator *varDecl = parent->AsVariableDeclarator(); in FunctionNameFromParent() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.cpp | 488 auto *varDecl = NewDecl<VarDecl>(allocator, binding->Name()); in AddParamDecl() local
|
| D | binder.cpp | 555 void Binder::BuildVarDeclarator(ir::VariableDeclarator *varDecl) in BuildVarDeclarator()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | ast_builder_test.cpp | 395 auto varDecl = VariableDeclarationBuilder(Allocator()) in TEST_F() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | helpers.cpp | 498 const ir::VariableDeclarator *varDecl = node->AsVariableDeclarator(); in GetName() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | statementParser.cpp | 782 … const ir::VariableDeclarator *varDecl = initNode->AsVariableDeclaration()->Declarators().front(); in ParseForInOf() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 236 void ScopesInitPhase::VisitVariableDeclarator(ir::VariableDeclarator *varDecl) in VisitVariableDeclarator()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 1334 … const ir::VariableDeclarator *varDecl = initNode->AsVariableDeclaration()->Declarators().front(); in ParseForInOf() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 936 const varDecl = forInit.declarations[0]; constant 4574 let varDecl: ts.VariableDeclaration | undefined; variable
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 4125 const varDecl = Autofixer.findParentVariableDeclaration(callExpr); constant
|