Home
last modified time | relevance | path

Searched defs:loopScope (Results 1 – 5 of 5) 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/es2panda/binder/
Dbinder.cpp582 auto *loopScope = forUpdateStmt->Scope(); in BuildForUpdateLoop() local
603 void Binder::BuildForInOfLoop(const ir::Statement *parent, binder::LoopScope *loopScope, ir::AstNod… in BuildForInOfLoop()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1539 auto *loopScope = iterCtx.LexicalScope().GetScope(); in ParseForStatement() local