Searched refs:DefaultLabel (Results 1 – 2 of 2) sorted by relevance
159 OptLabelTy DefaultLabel) in SwitchScope() argument161 OldDefaultLabel(this->Ctx->DefaultLabel), in SwitchScope()165 this->Ctx->DefaultLabel = DefaultLabel; in SwitchScope()172 this->Ctx->DefaultLabel = OldDefaultLabel; in ~SwitchScope()5670 OptLabelTy DefaultLabel = std::nullopt; in visitSwitchStmt() local5716 assert(!DefaultLabel); in visitSwitchStmt()5717 DefaultLabel = this->getLabel(); in visitSwitchStmt()5723 if (DefaultLabel) { in visitSwitchStmt()5724 if (!this->jump(*DefaultLabel)) in visitSwitchStmt()5731 SwitchScope<Emitter> SS(this, std::move(CaseLabels), EndLabel, DefaultLabel); in visitSwitchStmt()[all …]
450 OptLabelTy DefaultLabel; variable