clang 22.0.0git
clang::interp::Scope::Local Struct Reference

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.
DescriptorDesc
 Descriptor of the local.
bool EnabledByDefault = true
 If the cleanup for this local should be emitted.

Detailed Description

Information about a local's storage.

Definition at line 39 of file Function.h.

Member Data Documentation

◆ Desc

Descriptor* clang::interp::Scope::Local::Desc

Descriptor of the local.

Definition at line 43 of file Function.h.

◆ EnabledByDefault

bool clang::interp::Scope::Local::EnabledByDefault = true

If the cleanup for this local should be emitted.

Definition at line 45 of file Function.h.

◆ Offset

unsigned clang::interp::Scope::Local::Offset

Offset of the local in frame.

Definition at line 41 of file Function.h.


The documentation for this struct was generated from the following file: