|
clang 24.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 388 of file Compiler.cpp.
| using clang::interp::SwitchScope< Emitter >::CaseMap = typename Compiler<Emitter>::CaseMap |
Definition at line 392 of file Compiler.cpp.
| using clang::interp::SwitchScope< Emitter >::LabelInfo = typename Compiler<Emitter>::LabelInfo |
Definition at line 393 of file Compiler.cpp.
| using clang::interp::SwitchScope< Emitter >::LabelTy = typename Compiler<Emitter>::LabelTy |
Definition at line 390 of file Compiler.cpp.
| using clang::interp::SwitchScope< Emitter >::OptLabelTy = typename Compiler<Emitter>::OptLabelTy |
Definition at line 391 of file Compiler.cpp.
|
inline |
Definition at line 395 of file Compiler.cpp.
|
inline |
Definition at line 409 of file Compiler.cpp.