Searched defs:SwitchScope (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Sema/ | ||
D | Scope.h | 96 SwitchScope = 0x1000, enumerator |
/external/clang/lib/Parse/ | ||
D | ParseStmt.cpp | 1230 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local |