Home
last modified time | relevance | path

Searched defs:varDecl (Results 1 – 17 of 17) 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(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.cpp64 void GlobalDeclTransformer::VisitVariableDeclaration(ir::VariableDeclaration *varDecl) in VisitVariableDeclaration()
DimportExportDecls.cpp176 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/evaluate/debugInfoDeserialization/
DdebugInfoDeserializer.cpp234 …auto *varDecl = parser.CreateFormattedStatement(varDeclSource, parser::ParserContext::DEFAULT_SOUR… in CreateLocalVarDecl() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp356 void VarBinder::BuildVarDeclarator(ir::VariableDeclarator *varDecl) in BuildVarDeclarator()
Dscope.cpp425 auto *varDecl = NewDecl<VarDecl>(allocator, binding->Name()); in AddParamDecl() local
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp508 const ir::VariableDeclarator *varDecl = parent->AsVariableDeclarator(); in FunctionNameFromParent() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp396 auto varDecl = VariableDeclarationBuilder(Allocator()) in TEST_F() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp488 auto *varDecl = NewDecl<VarDecl>(allocator, binding->Name()); in AddParamDecl() local
Dbinder.cpp554 void Binder::BuildVarDeclarator(ir::VariableDeclarator *varDecl) in BuildVarDeclarator()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp496 const ir::VariableDeclarator *varDecl = node->AsVariableDeclarator(); in GetName() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp760 … const ir::VariableDeclarator *varDecl = initNode->AsVariableDeclaration()->Declarators().front(); in ParseForInOf() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts604 const varDecl = forInit.declarations[0]; constant
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp229 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