clang 24.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

const DescriptorDesc
 Descriptor of the local.
unsigned Offset
 Offset of the local in frame.
bool EnabledByDefault = true
 If the cleanup for this local should be emitted.

Detailed Description

Information about a local's storage.

Definition at line 38 of file Function.h.

Member Data Documentation

◆ Desc

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

Descriptor of the local.

Definition at line 40 of file Function.h.

◆ EnabledByDefault

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

If the cleanup for this local should be emitted.

Definition at line 44 of file Function.h.

◆ Offset

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

Offset of the local in frame.

Definition at line 42 of file Function.h.


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