Searched refs:LabelScope (Results 1 – 3 of 3) sorted by relevance
23 template <class Emitter> class LabelScope { class25 virtual ~LabelScope() { } in ~LabelScope()28 LabelScope(ByteCodeStmtGen<Emitter> *Ctx) : Ctx(Ctx) {} in LabelScope() function in clang::interp::LabelScope34 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {41 : LabelScope<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel), in LoopScope()58 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {66 : LabelScope<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel), in SwitchScope()
27 template <class Emitter> class LabelScope; variable46 friend class LabelScope<Emitter>;
770 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectJumps() local771 if (!TargetScopes.contains(LabelScope)) in VerifyIndirectJumps()772 TargetScopes[LabelScope] = TheLabel; in VerifyIndirectJumps()