Home
last modified time | relevance | path

Searched defs:loopScope (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DforUpdateStatement.cpp111 auto *loopScope = Scope(); in UpdateSelf() local
DforInStatement.cpp107 auto *loopScope = Scope(); in UpdateSelf() local
DforOfStatement.cpp109 auto *loopScope = Scope(); in UpdateSelf() local
/arkcompiler/ets_frontend/ets2panda/test/unit/lowerings/
Dscopes_initialization.cpp87 auto loopScope = forNode->Scope(); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.h164 …void HandleFor(varbinder::LoopDeclarationScope *declScope, varbinder::LoopScope *loopScope, ForT *… in HandleFor()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp423 auto *loopScope = forUpdateStmt->Scope(); in BuildForUpdateLoop() local
446 void VarBinder::BuildForInOfLoop(varbinder::LoopScope *loopScope, ir::AstNode *left, ir::Expression… in BuildForInOfLoop()
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp645 auto *loopScope = forUpdateStmt->Scope(); in BuildForUpdateLoop() local
666 void Binder::BuildForInOfLoop(const ir::Statement *parent, binder::LoopScope *loopScope, ir::AstNod… in BuildForInOfLoop()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp821 varbinder::LexicalScope<varbinder::LoopScope> loopScope(varbinder_); in CreateEnumGetValueOfMethod() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1582 auto *loopScope = iterCtx.LexicalScope().GetScope(); in ParseForStatement() local