clang 22.0.0git
|
Public Types | |
using | LabelTy = typename Compiler<Emitter>::LabelTy |
using | OptLabelTy = typename Compiler<Emitter>::OptLabelTy |
using | CaseMap = typename Compiler<Emitter>::CaseMap |
using | LabelInfo = typename Compiler<Emitter>::LabelInfo |
Public Member Functions | |
SwitchScope (Compiler< Emitter > *Ctx, const Stmt *Name, CaseMap &&CaseLabels, LabelTy BreakLabel, OptLabelTy DefaultLabel) | |
~SwitchScope () |
Definition at line 139 of file Compiler.cpp.
using clang::interp::SwitchScope< Emitter >::CaseMap = typename Compiler<Emitter>::CaseMap |
Definition at line 143 of file Compiler.cpp.
using clang::interp::SwitchScope< Emitter >::LabelInfo = typename Compiler<Emitter>::LabelInfo |
Definition at line 144 of file Compiler.cpp.
using clang::interp::SwitchScope< Emitter >::LabelTy = typename Compiler<Emitter>::LabelTy |
Definition at line 141 of file Compiler.cpp.
using clang::interp::SwitchScope< Emitter >::OptLabelTy = typename Compiler<Emitter>::OptLabelTy |
Definition at line 142 of file Compiler.cpp.
|
inline |
Definition at line 146 of file Compiler.cpp.
|
inline |
Definition at line 160 of file Compiler.cpp.