Searched defs:loopScope (Results 1 – 9 of 9) sorted by relevance
111 auto *loopScope = Scope(); in UpdateSelf() local
107 auto *loopScope = Scope(); in UpdateSelf() local
109 auto *loopScope = Scope(); in UpdateSelf() local
87 auto loopScope = forNode->Scope(); in TEST_F() local
158 …void HandleFor(varbinder::LoopDeclarationScope *declScope, varbinder::LoopScope *loopScope, ForT *… in HandleFor()
421 auto *loopScope = forUpdateStmt->Scope(); in BuildForUpdateLoop() local444 void VarBinder::BuildForInOfLoop(varbinder::LoopScope *loopScope, ir::AstNode *left, ir::Expression… in BuildForInOfLoop()
611 auto *loopScope = forUpdateStmt->Scope(); in BuildForUpdateLoop() local632 void Binder::BuildForInOfLoop(const ir::Statement *parent, binder::LoopScope *loopScope, ir::AstNod… in BuildForInOfLoop()
537 varbinder::LexicalScope<varbinder::LoopScope> loopScope(VarBinder()); in CreateEnumValueOfMethod() local
1570 auto *loopScope = iterCtx.LexicalScope().GetScope(); in ParseForStatement() local