Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h30 template <class Emitter> class SwitchScope; variable
52 friend class SwitchScope<Emitter>;
H A DByteCodeStmtGen.cpp61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> { class
67 SwitchScope(ByteCodeStmtGen<Emitter> *Ctx, CaseMap &&CaseLabels, in SwitchScope() function in clang::interp::SwitchScope
77 ~SwitchScope() { in ~SwitchScope()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h99 SwitchScope = 0x1000, enumerator
456 if (S->getFlags() & Scope::SwitchScope) in isSwitchScope()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScope.cpp213 {SwitchScope, "SwitchScope"}, in dumpImpl()
H A DSemaStmt.cpp2119 if (BreakParent->getFlags() & Scope::SwitchScope) { in CheckBreakContinueBinding()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1682 unsigned ScopeFlags = Scope::SwitchScope; in ParseSwitchStatement()
1685 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local
1736 SwitchScope.Exit(); in ParseSwitchStatement()