Searched refs:SwitchScope (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Scope.h | 102 SwitchScope = 0x1000, enumerator 480 if (S->getFlags() & Scope::SwitchScope) in isSwitchScope() 496 !(getFlags() & Scope::SwitchScope); in isLoopScope()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | Scope.cpp | 218 {SwitchScope, "SwitchScope"}, in dumpImpl()
|
H A D | SemaStmt.cpp | 535 getCurScope()->isInOpenACCComputeConstructScope(Scope::SwitchScope)) { in ActOnCaseStmt() 560 getCurScope()->isInOpenACCComputeConstructScope(Scope::SwitchScope)) { in ActOnDefaultStmt() 2152 if (BreakParent->getFlags() & Scope::SwitchScope) { in CheckBreakContinueBinding()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.h | 42 template <class Emitter> class SwitchScope; variable 309 friend class SwitchScope<Emitter>; variable
|
H A D | Compiler.cpp | 133 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> { class 139 SwitchScope(Compiler<Emitter> *Ctx, CaseMap &&CaseLabels, LabelTy BreakLabel, in SwitchScope() function in clang::interp::SwitchScope 149 ~SwitchScope() { in ~SwitchScope() 4590 SwitchScope<Emitter> SS(this, std::move(CaseLabels), EndLabel, DefaultLabel); in visitSwitchStmt()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1747 unsigned ScopeFlags = Scope::SwitchScope; in ParseSwitchStatement() 1750 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local 1801 SwitchScope.Exit(); in ParseSwitchStatement()
|