clang
15.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 | |
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 () |
Protected Member Functions | |
VariableScope (ByteCodeExprGen< Emitter > *Ctx) | |
Protected Attributes | |
ByteCodeExprGen< Emitter > * | Ctx |
ByteCodeExprGen instance. More... | |
VariableScope * | Parent |
Link to the parent scope. More... | |
Scope chain managing the variable lifetimes.
Definition at line 34 of file ByteCodeExprGen.h.
|
inlinevirtual |
Definition at line 241 of file ByteCodeExprGen.h.
References Parent.
|
inlineprotected |
Definition at line 265 of file ByteCodeExprGen.h.
References clang::interp::ByteCodeExprGen< Emitter >::VarScope.
|
inline |
Definition at line 243 of file ByteCodeExprGen.h.
|
inlinevirtual |
Definition at line 255 of file ByteCodeExprGen.h.
References Parent.
|
inlinevirtual |
Definition at line 250 of file ByteCodeExprGen.h.
References Parent.
|
inlinevirtual |
Definition at line 260 of file ByteCodeExprGen.h.
|
inline |
Definition at line 262 of file ByteCodeExprGen.h.
References Parent.
|
protected |
ByteCodeExprGen instance.
Definition at line 271 of file ByteCodeExprGen.h.
|
protected |
Link to the parent scope.
Definition at line 273 of file ByteCodeExprGen.h.