Searched refs:SwitchScope (Results 1 – 6 of 6) sorted by relevance
30 template <class Emitter> class SwitchScope; variable52 friend class SwitchScope<Emitter>;
61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> { class67 SwitchScope(ByteCodeStmtGen<Emitter> *Ctx, CaseMap &&CaseLabels, in SwitchScope() function in clang::interp::SwitchScope77 ~SwitchScope() { in ~SwitchScope()
99 SwitchScope = 0x1000, enumerator456 if (S->getFlags() & Scope::SwitchScope) in isSwitchScope()
213 {SwitchScope, "SwitchScope"}, in dumpImpl()
2119 if (BreakParent->getFlags() & Scope::SwitchScope) { in CheckBreakContinueBinding()
1682 unsigned ScopeFlags = Scope::SwitchScope; in ParseSwitchStatement()1685 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local1736 SwitchScope.Exit(); in ParseSwitchStatement()