Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScope.cpp179 } else if (Flags & SwitchScope) { in dumpImpl()
181 Flags &= ~SwitchScope; in dumpImpl()
DSemaStmt.cpp1594 if (BreakParent->getFlags() & Scope::SwitchScope) { in CheckBreakContinueBinding()
/external/clang/include/clang/Sema/
DScope.h96 SwitchScope = 0x1000, enumerator
380 if (S->getFlags() & Scope::SwitchScope) in isSwitchScope()
/external/clang/lib/Parse/
DParseStmt.cpp1237 unsigned ScopeFlags = Scope::SwitchScope; in ParseSwitchStatement()
1240 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local
1288 SwitchScope.Exit(); in ParseSwitchStatement()