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.cpp89 auto *loopScope = Scope(); in UpdateSelf() local
DforOfStatement.cpp91 auto *loopScope = Scope(); in UpdateSelf() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp470 auto *loopScope = forUpdateStmt->Scope(); in BuildForUpdateLoop() local
491 void Binder::BuildForInOfLoop(const ir::Statement *parent, binder::LoopScope *loopScope, ir::AstNod… in BuildForInOfLoop()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1423 auto *loopScope = iterCtx.LexicalScope().GetScope(); in ParseForStatement() local