Searched refs:BreakVarScope (Results 1 – 2 of 2) sorted by relevance
129 OldBreakVarScope(Ctx->BreakVarScope), in LoopScope()133 this->Ctx->BreakVarScope = this->Ctx->VarScope; in LoopScope()141 this->Ctx->BreakVarScope = OldBreakVarScope; in ~LoopScope()163 OldLabelVarScope(Ctx->BreakVarScope) { in SwitchScope()167 this->Ctx->BreakVarScope = this->Ctx->VarScope; in SwitchScope()174 this->Ctx->BreakVarScope = OldLabelVarScope; in ~SwitchScope()5643 for (VariableScope<Emitter> *C = VarScope; C != BreakVarScope; in visitBreakStmt()
442 VariableScope<Emitter> *BreakVarScope = nullptr; variable