clang 20.0.0git
|
Scope managing label targets. More...
Public Member Functions | |
virtual | ~LabelScope () |
Protected Member Functions | |
LabelScope (Compiler< Emitter > *Ctx) | |
Protected Attributes | |
Compiler< Emitter > * | Ctx |
Compiler instance. | |
Scope managing label targets.
Definition at line 99 of file Compiler.cpp.
|
inlinevirtual |
Definition at line 101 of file Compiler.cpp.
|
inlineprotected |
Definition at line 104 of file Compiler.cpp.
|
protected |
Compiler instance.
Definition at line 106 of file Compiler.cpp.
Referenced by clang::interp::LoopScope< Emitter >::~LoopScope(), and clang::interp::SwitchScope< Emitter >::~SwitchScope().