Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h42 template <class Emitter> class SwitchScope; variable
309 friend class SwitchScope<Emitter>; variable
H A DCompiler.cpp133 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> { class
139 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.cpp1750 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local