| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| 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 | 64 void GlobalDeclTransformer::VisitVariableDeclaration(ir::VariableDeclaration *varDecl) in VisitVariableDeclaration()
|
| D | importExportDecls.cpp | 176 void ImportExportDecls::VisitVariableDeclaration(ir::VariableDeclaration *varDecl) in VisitVariableDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | objectLiteralLowering.cpp | 89 …const auto *const varDecl = firstStatement->AsVariableDeclaration()->Declarators().front()->Init(); in AllowRequiredTypeInstantiation() local
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| D | debugInfoDeserializer.cpp | 234 …auto *varDecl = parser.CreateFormattedStatement(varDeclSource, parser::ParserContext::DEFAULT_SOUR… in CreateLocalVarDecl() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | varbinder.cpp | 356 void VarBinder::BuildVarDeclarator(ir::VariableDeclarator *varDecl) in BuildVarDeclarator()
|
| D | scope.cpp | 425 auto *varDecl = NewDecl<VarDecl>(allocator, binding->Name()); in AddParamDecl() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | helpers.cpp | 508 const ir::VariableDeclarator *varDecl = parent->AsVariableDeclarator(); in FunctionNameFromParent() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | ast_builder_test.cpp | 396 auto varDecl = VariableDeclarationBuilder(Allocator()) in TEST_F() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.cpp | 488 auto *varDecl = NewDecl<VarDecl>(allocator, binding->Name()); in AddParamDecl() local
|
| D | binder.cpp | 554 void Binder::BuildVarDeclarator(ir::VariableDeclarator *varDecl) in BuildVarDeclarator()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | helpers.cpp | 496 const ir::VariableDeclarator *varDecl = node->AsVariableDeclarator(); in GetName() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | statementParser.cpp | 760 … const ir::VariableDeclarator *varDecl = initNode->AsVariableDeclaration()->Declarators().front(); in ParseForInOf() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 604 const varDecl = forInit.declarations[0]; constant
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 229 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
|