|
clang 22.0.0git
|
Information about a local's storage. More...
#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/Function.h"
Public Attributes | |
| unsigned | Offset |
| Offset of the local in frame. | |
| Descriptor * | Desc |
| Descriptor of the local. | |
| bool | EnabledByDefault = true |
| If the cleanup for this local should be emitted. | |
Information about a local's storage.
Definition at line 39 of file Function.h.
| Descriptor* clang::interp::Scope::Local::Desc |
Descriptor of the local.
Definition at line 43 of file Function.h.
If the cleanup for this local should be emitted.
Definition at line 45 of file Function.h.
| unsigned clang::interp::Scope::Local::Offset |
Offset of the local in frame.
Definition at line 41 of file Function.h.