Searched defs:loopScope (Results 1 – 9 of 9) sorted by relevance
73 auto *const loopScope = reinterpret_cast<varbinder::LoopScope *>(node->Scope()); in CheckScope() local
105 auto *loopScope = Scope(); in UpdateSelf() local
102 auto *loopScope = Scope(); in UpdateSelf() local
103 auto *loopScope = Scope(); in UpdateSelf() local
65 auto loopScope = forNode->Scope(); in TEST_F() local
172 …void HandleFor(varbinder::LoopDeclarationScope *declScope, varbinder::LoopScope *loopScope, ForT *… in HandleFor()
383 auto *loopScope = forUpdateStmt->Scope(); in BuildForUpdateLoop() local406 void VarBinder::BuildForInOfLoop(varbinder::LoopScope *loopScope, ir::AstNode *left, ir::Expression… in BuildForInOfLoop()
654 auto *loopScope = forUpdateStmt->Scope(); in BuildForUpdateLoop() local675 void Binder::BuildForInOfLoop(const ir::Statement *parent, binder::LoopScope *loopScope, ir::AstNod… in BuildForInOfLoop()
1597 auto *loopScope = iterCtx.LexicalScope().GetScope(); in ParseForStatement() local