Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h30 template <class Emitter> class SwitchScope; variable
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
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScope.h99 SwitchScope = 0x1000, enumerator
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1685 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local