clang 20.0.0git
|
Sets the context for break/continue statements. More...
Public Types | |
using | LabelTy = typename Compiler< Emitter >::LabelTy |
using | OptLabelTy = typename Compiler< Emitter >::OptLabelTy |
Public Member Functions | |
LoopScope (Compiler< Emitter > *Ctx, LabelTy BreakLabel, LabelTy ContinueLabel) | |
~LoopScope () | |
Public Member Functions inherited from clang::interp::LabelScope< Emitter > | |
virtual | ~LabelScope () |
Additional Inherited Members | |
Protected Member Functions inherited from clang::interp::LabelScope< Emitter > | |
LabelScope (Compiler< Emitter > *Ctx) | |
Protected Attributes inherited from clang::interp::LabelScope< Emitter > | |
Compiler< Emitter > * | Ctx |
Compiler instance. | |
Sets the context for break/continue statements.
Definition at line 110 of file Compiler.cpp.
using clang::interp::LoopScope< Emitter >::LabelTy = typename Compiler<Emitter>::LabelTy |
Definition at line 112 of file Compiler.cpp.
using clang::interp::LoopScope< Emitter >::OptLabelTy = typename Compiler<Emitter>::OptLabelTy |
Definition at line 113 of file Compiler.cpp.
|
inline |
Definition at line 115 of file Compiler.cpp.
References clang::interp::Compiler< Emitter >::BreakLabel, and clang::interp::Compiler< Emitter >::ContinueLabel.
|
inline |
Definition at line 122 of file Compiler.cpp.
References clang::interp::LabelScope< Emitter >::Ctx.