clang 17.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 () |
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 273 of file ByteCodeExprGen.h.
|
inline |
Definition at line 275 of file ByteCodeExprGen.h.
References clang::interp::ByteCodeExprGen< Emitter >::VarScope.
|
inlinevirtual |
Definition at line 280 of file ByteCodeExprGen.h.
References Parent.
|
inline |
Definition at line 282 of file ByteCodeExprGen.h.
|
inlinevirtual |
Reimplemented in clang::interp::DeclScope< Emitter >, clang::interp::BlockScope< Emitter >, and clang::interp::ExprScope< Emitter >.
Definition at line 294 of file ByteCodeExprGen.h.
References Parent.
|
inlinevirtual |
Reimplemented in clang::interp::LocalScope< Emitter >.
Definition at line 289 of file ByteCodeExprGen.h.
References Parent.
|
inlinevirtual |
Reimplemented in clang::interp::LocalScope< Emitter >.
Definition at line 299 of file ByteCodeExprGen.h.
|
inline |
Definition at line 301 of file ByteCodeExprGen.h.
References Parent.
|
protected |
ByteCodeExprGen instance.
Definition at line 305 of file ByteCodeExprGen.h.
|
protected |
Link to the parent scope.
Definition at line 307 of file ByteCodeExprGen.h.