Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h42 template <class Emitter> class SwitchScope; variable
338 friend class SwitchScope<Emitter>; variable
H A DCompiler.cpp152 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> { class
158 SwitchScope(Compiler<Emitter> *Ctx, CaseMap &&CaseLabels, LabelTy BreakLabel, in SwitchScope() function in clang::interp::SwitchScope
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h102 SwitchScope = 0x1000, enumerator
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1649 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local