clang
15.0.0git
|
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 | |
void | addLocal (const Scope::Local &Local) override |
void | emitDestruction () override |
Protected Attributes | |
Optional< unsigned > | Idx |
Index of the scope in the chain. More... | |
Scope for local variables.
When the scope is destroyed, instructions are emitted to tear down all variables declared in this scope.
Definition at line 32 of file ByteCodeExprGen.h.
|
inline |
Definition at line 282 of file ByteCodeExprGen.h.
|
inlineoverride |
Definition at line 284 of file ByteCodeExprGen.h.
|
inlineoverride |
Definition at line 286 of file ByteCodeExprGen.h.
|
inlineoverride |
Definition at line 295 of file ByteCodeExprGen.h.
|
protected |
Index of the scope in the chain.
Definition at line 303 of file ByteCodeExprGen.h.