Searched defs:SwitchScope (Results 1 – 6 of 6) sorted by relevance
35 template <class Emitter> class SwitchScope; variable57 friend class SwitchScope<Emitter>; 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
97 SwitchScope = 0x1000, enumerator
98 SwitchScope = 0x1000, enumerator
1282 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local
1524 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local