clang 19.0.0git
Public Attributes | List of all members
clang::interp::Scope::Local Struct Reference

Information about a local's storage. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/Interp/Function.h"

Public Attributes

unsigned Offset
 Offset of the local in frame.
 
DescriptorDesc
 Descriptor of the local.
 

Detailed Description

Information about a local's storage.

Definition at line 38 of file Function.h.

Member Data Documentation

◆ Desc

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

Descriptor of the local.

Definition at line 42 of file Function.h.

◆ Offset

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

Offset of the local in frame.

Definition at line 40 of file Function.h.


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