Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h26 template <class Emitter> class SwitchScope; variable
48 friend class SwitchScope<Emitter>;
H A DByteCodeStmtGen.cpp58 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> { class
64 SwitchScope(ByteCodeStmtGen<Emitter> *Ctx, CaseMap &&CaseLabels, in SwitchScope() function in clang::interp::SwitchScope
74 ~SwitchScope() { in ~SwitchScope()
638 SwitchScope<Emitter> SS(this, std::move(CaseLabels), EndLabel, DefaultLabel); in visitSwitchStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h99 SwitchScope = 0x1000, enumerator
461 if (S->getFlags() & Scope::SwitchScope) in isSwitchScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp215 {SwitchScope, "SwitchScope"}, in dumpImpl()
H A DSemaStmt.cpp2129 if (BreakParent->getFlags() & Scope::SwitchScope) { in CheckBreakContinueBinding()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1732 unsigned ScopeFlags = Scope::SwitchScope; in ParseSwitchStatement()
1735 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local
1786 SwitchScope.Exit(); in ParseSwitchStatement()