Searched refs:CaseLabels (Results 1 – 2 of 2) sorted by relevance
67 SwitchScope(ByteCodeStmtGen<Emitter> *Ctx, CaseMap &&CaseLabels, in SwitchScope() argument71 OldCaseLabels(std::move(this->Ctx->CaseLabels)) { in SwitchScope()74 this->Ctx->CaseLabels = std::move(CaseLabels); in SwitchScope()80 this->Ctx->CaseLabels = std::move(OldCaseLabels); in ~SwitchScope()
74 CaseMap CaseLabels; variable