clang 17.0.0git
|
Scope managing label targets. More...
Public Member Functions | |
virtual | ~LabelScope () |
Protected Member Functions | |
LabelScope (ByteCodeStmtGen< Emitter > *Ctx) | |
Protected Attributes | |
ByteCodeStmtGen< Emitter > * | Ctx |
ByteCodeStmtGen instance. | |
Scope managing label targets.
Definition at line 26 of file ByteCodeStmtGen.cpp.
|
inlinevirtual |
Definition at line 28 of file ByteCodeStmtGen.cpp.
|
inlineprotected |
Definition at line 31 of file ByteCodeStmtGen.cpp.
|
protected |
ByteCodeStmtGen instance.
Definition at line 33 of file ByteCodeStmtGen.cpp.
Referenced by clang::interp::LoopScope< Emitter >::~LoopScope(), and clang::interp::SwitchScope< Emitter >::~SwitchScope().