clang 22.0.0git
|
Sets the context for break/continue statements. More...
Public Types | |
using | LabelTy = typename Compiler<Emitter>::LabelTy |
using | OptLabelTy = typename Compiler<Emitter>::OptLabelTy |
using | LabelInfo = typename Compiler<Emitter>::LabelInfo |
Public Member Functions | |
LoopScope (Compiler< Emitter > *Ctx, const Stmt *Name, LabelTy BreakLabel, LabelTy ContinueLabel) | |
~LoopScope () |
Sets the context for break/continue statements.
Definition at line 113 of file Compiler.cpp.
using clang::interp::LoopScope< Emitter >::LabelInfo = typename Compiler<Emitter>::LabelInfo |
Definition at line 117 of file Compiler.cpp.
using clang::interp::LoopScope< Emitter >::LabelTy = typename Compiler<Emitter>::LabelTy |
Definition at line 115 of file Compiler.cpp.
using clang::interp::LoopScope< Emitter >::OptLabelTy = typename Compiler<Emitter>::OptLabelTy |
Definition at line 116 of file Compiler.cpp.
|
inline |
Definition at line 119 of file Compiler.cpp.
|
inline |
Definition at line 132 of file Compiler.cpp.