Home
last modified time | relevance | path

Searched defs:varDecl (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/utils/
Dnode_creator.h39 …auto varDecl = alloc_->New<ir::VariableDeclarator>(ir::VariableDeclaratorFlag::LET, CreateId(name)… variable
68 auto varDecl = CreateVarDecl(name); variable
/arkcompiler/ets_frontend/ets2panda/parser/program/
DentityNameVisitor.cpp30 void EntityNameVisitor::VisitVariableDeclaration(ir::VariableDeclaration *varDecl) in VisitVariableDeclaration()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalDeclTransformer.cpp71 void GlobalDeclTransformer::VisitVariableDeclaration(ir::VariableDeclaration *varDecl) in VisitVariableDeclaration()
DimportExportDecls.cpp146 void ImportExportDecls::VisitVariableDeclaration(ir::VariableDeclaration *varDecl) in VisitVariableDeclaration()
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_function_to_arrow.cpp53 es2panda_AstNode *varDecl; member
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DdebugInfoDeserializer.cpp236 …auto *varDecl = parser.CreateFormattedStatement(varDeclSource, parser::ParserContext::DEFAULT_SOUR… in CreateLocalVarDecl() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DobjectLiteralLowering.cpp84 …const auto *const varDecl = firstStatement->AsVariableDeclaration()->Declarators().front()->Init(); in AllowRequiredTypeInstantiation() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp314 void VarBinder::BuildVarDeclarator(ir::VariableDeclarator *varDecl) in BuildVarDeclarator()
Dscope.cpp479 auto *varDecl = NewDecl<VarDecl>(allocator, binding->Name()); in AddParamDecl() local
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp510 const ir::VariableDeclarator *varDecl = parent->AsVariableDeclarator(); in FunctionNameFromParent() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp488 auto *varDecl = NewDecl<VarDecl>(allocator, binding->Name()); in AddParamDecl() local
Dbinder.cpp555 void Binder::BuildVarDeclarator(ir::VariableDeclarator *varDecl) in BuildVarDeclarator()
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp395 auto varDecl = VariableDeclarationBuilder(Allocator()) in TEST_F() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp498 const ir::VariableDeclarator *varDecl = node->AsVariableDeclarator(); in GetName() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp782 … const ir::VariableDeclarator *varDecl = initNode->AsVariableDeclaration()->Declarators().front(); in ParseForInOf() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp236 void ScopesInitPhase::VisitVariableDeclarator(ir::VariableDeclarator *varDecl) in VisitVariableDeclarator()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1334 … const ir::VariableDeclarator *varDecl = initNode->AsVariableDeclaration()->Declarators().front(); in ParseForInOf() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts936 const varDecl = forInit.declarations[0]; constant
4574 let varDecl: ts.VariableDeclaration | undefined; variable
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts4125 const varDecl = Autofixer.findParentVariableDeclaration(callExpr); constant