Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DScope.h88 SwitchScope = 0x1000, enumerator
296 if (S->getFlags() & Scope::SwitchScope) in isSwitchScope()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseStmt.cpp1178 unsigned ScopeFlags = Scope::BreakScope | Scope::SwitchScope; in ParseSwitchStatement()
1181 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local
1224 SwitchScope.Exit(); in ParseSwitchStatement()