clang
10.0.0svn
|
Scope chain managing the variable lifetimes. More...
#include "/opt/doxygen-docs/src/llvm/tools/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 35 of file ByteCodeExprGen.h.
|
inlinevirtual |
Definition at line 242 of file ByteCodeExprGen.h.
References Parent.
|
inlineprotected |
Definition at line 266 of file ByteCodeExprGen.h.
References clang::interp::ByteCodeExprGen< Emitter >::VarScope.
|
inline |
Definition at line 244 of file ByteCodeExprGen.h.
|
inlinevirtual |
Reimplemented in clang::interp::ExprScope< Emitter >, clang::interp::BlockScope< Emitter >, and clang::interp::DeclScope< Emitter >.
Definition at line 256 of file ByteCodeExprGen.h.
References Parent.
|
inlinevirtual |
Reimplemented in clang::interp::LocalScope< Emitter >.
Definition at line 251 of file ByteCodeExprGen.h.
References Parent.
|
inlinevirtual |
Reimplemented in clang::interp::LocalScope< Emitter >.
Definition at line 261 of file ByteCodeExprGen.h.
|
inline |
Definition at line 263 of file ByteCodeExprGen.h.
References Parent.
|
protected |
ByteCodeExprGen instance.
Definition at line 272 of file ByteCodeExprGen.h.
|
protected |
Link to the parent scope.
Definition at line 274 of file ByteCodeExprGen.h.