Home
last modified time | relevance | path

Searched refs:SwitchScope (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DScope.cpp176 } else if (Flags & SwitchScope) { in dumpImpl()
178 Flags &= ~SwitchScope; in dumpImpl()
DSemaStmt.cpp1573 if (BreakParent->getFlags() & Scope::SwitchScope) { in CheckBreakContinueBinding()
/external/clang/include/clang/Sema/
DScope.h96 SwitchScope = 0x1000, enumerator
361 if (S->getFlags() & Scope::SwitchScope) in isSwitchScope()
/external/clang/lib/Parse/
DParseStmt.cpp1213 unsigned ScopeFlags = Scope::SwitchScope; in ParseSwitchStatement()
1216 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local
1264 SwitchScope.Exit(); in ParseSwitchStatement()