Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h35 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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h98 SwitchScope = 0x1000, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1527 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local