Searched defs:SwitchScope (Results 1 – 4 of 4) sorted by relevance
42 template <class Emitter> class SwitchScope; variable309 friend class SwitchScope<Emitter>; variable
133 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> { class139 SwitchScope(Compiler<Emitter> *Ctx, CaseMap &&CaseLabels, LabelTy BreakLabel, in SwitchScope() function in clang::interp::SwitchScope
102 SwitchScope = 0x1000, enumerator
1750 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local