Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/program/
H A DentityNameVisitor.cpp30 void EntityNameVisitor::VisitVariableDeclaration(ir::VariableDeclaration *varDecl) in VisitVariableDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Dnode_creator.h39 auto varDecl = alloc_->New<ir::VariableDeclarator>(ir::VariableDeclaratorFlag::LET, CreateId(name)); in CreateVarDecl() local
68 auto varDecl = CreateVarDecl(true, name); in CreateBlockWithDeclare() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DglobalDeclTransformer.cpp64 void GlobalDeclTransformer::VisitVariableDeclaration(ir::VariableDeclaration *varDecl) in VisitVariableDeclaration() argument
H A DimportExportDecls.cpp170 void ImportExportDecls::VisitVariableDeclaration(ir::VariableDeclaration *varDecl) in VisitVariableDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DobjectLiteralLowering.cpp89 const auto *const varDecl = firstStatement->AsVariableDeclaration()->Declarators().front()->Init(); in AllowRequiredTypeInstantiation() local
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DdebugInfoDeserializer.cpp234 auto *varDecl = parser.CreateFormattedStatement(varDeclSource, parser::ParserContext::DEFAULT_SOURCE_FILE); in CreateLocalVarDecl() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp396 auto varDecl = VariableDeclarationBuilder(Allocator()) in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.cpp419 auto *varDecl = NewDecl<VarDecl>(allocator, binding->Name()); in AddParamDecl() local
H A Dvarbinder.cpp357 void VarBinder::BuildVarDeclarator(ir::VariableDeclarator *varDecl) in BuildVarDeclarator() argument
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.cpp508 const ir::VariableDeclarator *varDecl = parent->AsVariableDeclarator(); in FunctionNameFromParent() local
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.cpp508 auto *varDecl = NewDecl<VarDecl>(allocator, binding->Name()); in AddParamDecl() local
H A Dbinder.cpp564 void Binder::BuildVarDeclarator(ir::VariableDeclarator *varDecl) in BuildVarDeclarator() argument
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp509 const ir::VariableDeclarator *varDecl = node->AsVariableDeclarator(); in GetName() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp223 void ScopesInitPhase::VisitVariableDeclarator(ir::VariableDeclarator *varDecl) in VisitVariableDeclarator() argument
/arkcompiler/ets_frontend/ets2panda/parser/
H A DstatementParser.cpp689 const ir::VariableDeclarator *varDecl = initNode->AsVariableDeclaration()->Declarators().front(); in ParseForInOf() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp1346 const ir::VariableDeclarator *varDecl = initNode->AsVariableDeclaration()->Declarators().front(); in ParseForInOf() local

Completed in 29 milliseconds