clang 18.0.0git
|
Generic scope for local variables. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/Interp/ByteCodeExprGen.h"
Public Member Functions | |
LocalScope (ByteCodeExprGen< Emitter > *Ctx) | |
~LocalScope () override | |
Emit a Destroy op for this scope. | |
void | emitDestruction () override |
Overriden to support explicit destruction. | |
void | addLocal (const Scope::Local &Local) override |
void | emitDestructors () override |
![]() | |
VariableScope (ByteCodeExprGen< Emitter > *Ctx) | |
virtual | ~VariableScope () |
void | add (const Scope::Local &Local, bool IsExtended) |
virtual void | addLocal (const Scope::Local &Local) |
virtual void | addExtended (const Scope::Local &Local) |
virtual void | emitDestruction () |
virtual void | emitDestructors () |
VariableScope * | getParent () const |
Public Attributes | |
std::optional< unsigned > | Idx |
Index of the scope in the chain. | |
Additional Inherited Members | |
![]() | |
ByteCodeExprGen< Emitter > * | Ctx |
ByteCodeExprGen instance. | |
VariableScope * | Parent |
Link to the parent scope. | |
Generic scope for local variables.
Definition at line 361 of file ByteCodeExprGen.h.
|
inline |
Definition at line 363 of file ByteCodeExprGen.h.
|
inlineoverride |
Emit a Destroy op for this scope.
Definition at line 366 of file ByteCodeExprGen.h.
|
inlineoverridevirtual |
Reimplemented from clang::interp::VariableScope< Emitter >.
Definition at line 381 of file ByteCodeExprGen.h.
|
inlineoverridevirtual |
Overriden to support explicit destruction.
Reimplemented from clang::interp::VariableScope< Emitter >.
Definition at line 373 of file ByteCodeExprGen.h.
|
inlineoverridevirtual |
Reimplemented from clang::interp::VariableScope< Emitter >.
Definition at line 390 of file ByteCodeExprGen.h.
std::optional<unsigned> clang::interp::LocalScope< Emitter >::Idx |
Index of the scope in the chain.
Definition at line 404 of file ByteCodeExprGen.h.