Searched refs:LabelScope (Results 1 – 3 of 3) sorted by relevance
41 template <class Emitter> class LabelScope; variable337 friend class LabelScope<Emitter>; variable
110 template <class Emitter> class LabelScope { class112 virtual ~LabelScope() {} in ~LabelScope()115 LabelScope(Compiler<Emitter> *Ctx) : Ctx(Ctx) {} in LabelScope() function in clang::interp::LabelScope121 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {127 : LabelScope<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel), in LoopScope()152 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {160 : LabelScope<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel), in SwitchScope()
796 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectJumps() local797 TargetScopes.try_emplace(LabelScope, TheLabel); in VerifyIndirectJumps()