Lines Matching refs:VarScope
133 this->Ctx->BreakVarScope = this->Ctx->VarScope; in LoopScope()
134 this->Ctx->ContinueVarScope = this->Ctx->VarScope; in LoopScope()
167 this->Ctx->BreakVarScope = this->Ctx->VarScope; in SwitchScope()
2027 assert(VarScope->getKind() == ScopeKind::Call); in visitCallArgs()
4408 VarScope->addExtended(Local, ExtendingDecl); in allocateLocalPrimitive()
4410 VarScope->addForScopeKind(Local, SC); in allocateLocalPrimitive()
4453 VarScope->addExtended(Local, ExtendingDecl); in allocateLocal()
4455 VarScope->addForScopeKind(Local, SC); in allocateLocal()
4472 VariableScope<Emitter> *S = VarScope; in allocateTemporary()
5643 for (VariableScope<Emitter> *C = VarScope; C != BreakVarScope; in visitBreakStmt()
5654 for (VariableScope<Emitter> *C = VarScope; in visitContinueStmt()
6694 for (VariableScope<Emitter> *C = VarScope; C; C = C->getParent()) in emitCleanup()