Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/
Dnode_creator.h36 …auto varDecl = alloc_->New<ir::VariableDeclarator>(ir::VariableDeclaratorFlag::LET, CreateId(name)… variable
65 auto varDecl = CreateVarDecl(true, name); variable
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DmemberExpression.cpp262 auto const varDecl = in CheckArrayIndexValue() local
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp543 const ir::VariableDeclarator *varDecl = parent->AsVariableDeclarator(); in FunctionName() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp408 auto *varDecl = NewDecl<VarDecl>(allocator, binding->Name()); in AddParamDecl() local
Dbinder.cpp531 void Binder::BuildVarDeclarator(ir::VariableDeclarator *varDecl) in BuildVarDeclarator()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp355 void VarBinder::BuildVarDeclarator(ir::VariableDeclarator *varDecl) in BuildVarDeclarator()
Dscope.cpp356 auto *varDecl = NewDecl<VarDecl>(allocator, binding->Name()); in AddParamDecl() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp497 const ir::VariableDeclarator *varDecl = parent->AsVariableDeclarator(); in FunctionName() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp666 … const ir::VariableDeclarator *varDecl = initNode->AsVariableDeclaration()->Declarators().front(); in ParseForInOf() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp168 void ScopesInitPhase::VisitVariableDeclarator(ir::VariableDeclarator *varDecl) in VisitVariableDeclarator()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1307 … const ir::VariableDeclarator *varDecl = initNode->AsVariableDeclaration()->Declarators().front(); in ParseForInOf() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp2366 …auto varDecl = allocator->New<ir::VariableDeclarator>(ir::VariableDeclaratorFlag::UNKNOWN, ident, … in CreateVariableDeclarator() local