Searched refs:LabelScope (Results 1 – 3 of 3) sorted by relevance
779 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectJumps() local780 if (!TargetScopes.contains(LabelScope)) in VerifyIndirectJumps()781 TargetScopes[LabelScope] = TheLabel; in VerifyIndirectJumps()
41 template <class Emitter> class LabelScope; variable308 friend class LabelScope<Emitter>; variable
99 template <class Emitter> class LabelScope { class101 virtual ~LabelScope() {} in ~LabelScope()104 LabelScope(Compiler<Emitter> *Ctx) : Ctx(Ctx) {} in LabelScope() function in clang::interp::LabelScope110 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {116 : LabelScope<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel), in LoopScope()133 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {141 : LabelScope<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel), in SwitchScope()