Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforOfStatement.cpp109 auto *loopScope = Scope(); in UpdateSelf() local
H A DforInStatement.cpp107 auto *loopScope = Scope(); in UpdateSelf() local
H A DforUpdateStatement.cpp111 auto *loopScope = Scope(); in UpdateSelf() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DcheckScopeDeclaration.cpp73 auto *const loopScope = reinterpret_cast<varbinder::LoopScope *>(node->Scope()); in CheckScope() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.h164 void HandleFor(varbinder::LoopDeclarationScope *declScope, varbinder::LoopScope *loopScope, ForT *forStmt) in HandleFor() argument
/arkcompiler/ets_frontend/ets2panda/test/unit/lowerings/
H A Dscopes_initialization.cpp87 auto loopScope = forNode->Scope(); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvarbinder.cpp424 auto *loopScope = forUpdateStmt->Scope(); in BuildForUpdateLoop() local
447 void VarBinder::BuildForInOfLoop(varbinder::LoopScope *loopScope, ir::AstNode *left, ir::Expression *right, in BuildForInOfLoop() argument
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp648 auto *loopScope = forUpdateStmt->Scope(); in BuildForUpdateLoop() local
669 void Binder::BuildForInOfLoop(const ir::Statement *parent, binder::LoopScope *loopScope, ir::AstNode *left, in BuildForInOfLoop() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp1609 auto *loopScope = iterCtx.LexicalScope().GetScope(); in ParseForStatement() local

Completed in 10 milliseconds