Searched defs:SwitchScope (Results 1 – 4 of 4) sorted by relevance
30 template <class Emitter> class SwitchScope; variable
61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> { class67 SwitchScope(ByteCodeStmtGen<Emitter> *Ctx, CaseMap &&CaseLabels, in SwitchScope() function in clang::interp::SwitchScope
99 SwitchScope = 0x1000, enumerator
1685 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local