Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h99 SwitchScope = 0x1000, enumerator
394 if (S->getFlags() & Scope::SwitchScope) in isSwitchScope()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScope.cpp159 {SwitchScope, "SwitchScope"}, in dumpImpl()
H A DSemaStmt.cpp1731 if (BreakParent->getFlags() & Scope::SwitchScope) { in CheckBreakContinueBinding()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1322 unsigned ScopeFlags = Scope::SwitchScope; in ParseSwitchStatement()
1325 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local
1374 SwitchScope.Exit(); in ParseSwitchStatement()