Searched refs:VarScope (Results 1 – 3 of 3) sorted by relevance
414 VariableScope<Emitter> *VarScope = nullptr; variable463 : Ctx(Ctx), Parent(Ctx->VarScope), ValDecl(VD), Kind(Kind) { in Ctx()464 Ctx->VarScope = this; in Ctx()467 virtual ~VariableScope() { Ctx->VarScope = this->Parent; } in ~VariableScope()
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()[all …]
2279 CodeGenFunction::OMPPrivateScope VarScope(*this); in EmitOMPLinearClauseFinal() local2280 VarScope.addPrivate(OrigVD, OrigAddr); in EmitOMPLinearClauseFinal()2281 (void)VarScope.Privatize(); in EmitOMPLinearClauseFinal()2595 OMPPrivateScope VarScope(*this); in EmitOMPSimdFinal() local2596 VarScope.addPrivate(OrigVD, OrigAddr); in EmitOMPSimdFinal()2597 (void)VarScope.Privatize(); in EmitOMPSimdFinal()