Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScope.cpp183 } else if (Flags & SwitchScope) { in dumpImpl()
185 Flags &= ~SwitchScope; in dumpImpl()
DSemaStmt.cpp1615 if (BreakParent->getFlags() & Scope::SwitchScope) { in CheckBreakContinueBinding()
/external/clang/include/clang/Sema/
DScope.h97 SwitchScope = 0x1000, enumerator
383 if (S->getFlags() & Scope::SwitchScope) in isSwitchScope()
/external/clang/lib/Parse/
DParseStmt.cpp1279 unsigned ScopeFlags = Scope::SwitchScope; in ParseSwitchStatement()
1282 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local
1331 SwitchScope.Exit(); in ParseSwitchStatement()