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
164 …void HandleFor(varbinder::LoopDeclarationScope *declScope, varbinder::LoopScope *loopScope, ForT *… in HandleFor()
423 auto *loopScope = forUpdateStmt->Scope(); in BuildForUpdateLoop() local446 void VarBinder::BuildForInOfLoop(varbinder::LoopScope *loopScope, ir::AstNode *left, ir::Expression… in BuildForInOfLoop()
645 auto *loopScope = forUpdateStmt->Scope(); in BuildForUpdateLoop() local666 void Binder::BuildForInOfLoop(const ir::Statement *parent, binder::LoopScope *loopScope, ir::AstNod… in BuildForInOfLoop()
821 varbinder::LexicalScope<varbinder::LoopScope> loopScope(varbinder_); in CreateEnumGetValueOfMethod() local
1582 auto *loopScope = iterCtx.LexicalScope().GetScope(); in ParseForStatement() local