clang 18.0.0git
|
Scope chain managing the variable lifetimes. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/Interp/ByteCodeExprGen.h"
Public Member Functions | |
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 |
Protected Attributes | |
ByteCodeExprGen< Emitter > * | Ctx |
ByteCodeExprGen instance. | |
VariableScope * | Parent |
Link to the parent scope. | |
Scope chain managing the variable lifetimes.
Definition at line 323 of file ByteCodeExprGen.h.
|
inline |
Definition at line 325 of file ByteCodeExprGen.h.
References clang::interp::ByteCodeExprGen< Emitter >::VarScope.
|
inlinevirtual |
Definition at line 330 of file ByteCodeExprGen.h.
References Parent.
|
inline |
Definition at line 332 of file ByteCodeExprGen.h.
|
inlinevirtual |
Reimplemented in clang::interp::DeclScope< Emitter >, clang::interp::BlockScope< Emitter >, and clang::interp::ExprScope< Emitter >.
Definition at line 344 of file ByteCodeExprGen.h.
References Parent.
|
inlinevirtual |
Reimplemented in clang::interp::LocalScope< Emitter >.
Definition at line 339 of file ByteCodeExprGen.h.
References Parent.
Referenced by clang::interp::DeclScope< Emitter >::addExtended().
|
inlinevirtual |
Reimplemented in clang::interp::LocalScope< Emitter >.
Definition at line 349 of file ByteCodeExprGen.h.
|
inlinevirtual |
Reimplemented in clang::interp::LocalScope< Emitter >.
Definition at line 350 of file ByteCodeExprGen.h.
|
inline |
Definition at line 351 of file ByteCodeExprGen.h.
References Parent.
|
protected |
ByteCodeExprGen instance.
Definition at line 355 of file ByteCodeExprGen.h.
Referenced by clang::interp::DeclScope< Emitter >::DeclScope(), and clang::interp::DeclScope< Emitter >::~DeclScope().
|
protected |
Link to the parent scope.
Definition at line 357 of file ByteCodeExprGen.h.