Searched refs:LabelScope (Results 1 – 5 of 5) sorted by relevance
26 template <class Emitter> class LabelScope { class28 virtual ~LabelScope() { } in ~LabelScope()31 LabelScope(ByteCodeStmtGen<Emitter> *Ctx) : Ctx(Ctx) {} in LabelScope() function in clang::interp::LabelScope37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {44 : LabelScope<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel), in LoopScope()61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {69 : LabelScope<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel), in SwitchScope()
36 template <class Emitter> class LabelScope; variable55 friend class LabelScope<Emitter>;
683 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectJumps() local684 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectJumps()
740 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectOrAsmJumps() local741 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()
META-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...