Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/
Dnode_creator.h39 …auto varDecl = alloc_->New<ir::VariableDeclarator>(ir::VariableDeclaratorFlag::LET, CreateId(name)… variable
68 auto varDecl = CreateVarDecl(true, name); variable
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalDeclTransformer.cpp64 void GlobalDeclTransformer::VisitVariableDeclaration(ir::VariableDeclaration *varDecl) in VisitVariableDeclaration()
DimportExportDecls.cpp105 void ImportExportDecls::VisitVariableDeclaration(ir::VariableDeclaration *varDecl) in VisitVariableDeclaration()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DobjectLiteralLowering.cpp89 …const auto *const varDecl = firstStatement->AsVariableDeclaration()->Declarators().front()->Init(); in AllowRequiredTypeInstantiation() local
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp480 const ir::VariableDeclarator *varDecl = parent->AsVariableDeclarator(); in FunctionNameFromParent() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp356 void VarBinder::BuildVarDeclarator(ir::VariableDeclarator *varDecl) in BuildVarDeclarator()
Dscope.cpp419 auto *varDecl = NewDecl<VarDecl>(allocator, binding->Name()); in AddParamDecl() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp376 auto varDecl = VariableDeclarationBuilder(Allocator()) in TEST_F() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp508 auto *varDecl = NewDecl<VarDecl>(allocator, binding->Name()); in AddParamDecl() local
Dbinder.cpp548 void Binder::BuildVarDeclarator(ir::VariableDeclarator *varDecl) in BuildVarDeclarator()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp509 const ir::VariableDeclarator *varDecl = node->AsVariableDeclarator(); in GetName() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp684 … const ir::VariableDeclarator *varDecl = initNode->AsVariableDeclaration()->Declarators().front(); in ParseForInOf() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts616 const varDecl = forInit.declarations[0]; constant
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp210 void ScopesInitPhase::VisitVariableDeclarator(ir::VariableDeclarator *varDecl) in VisitVariableDeclarator()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1319 … const ir::VariableDeclarator *varDecl = initNode->AsVariableDeclaration()->Declarators().front(); in ParseForInOf() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp2363 …auto varDecl = allocator->New<ir::VariableDeclarator>(ir::VariableDeclaratorFlag::UNKNOWN, ident, … in CreateVariableDeclarator() local