clang 17.0.0git
Public Attributes | List of all members
clang::interp::Record::Field Struct Reference

Describes a record field. More...

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

Collaboration diagram for clang::interp::Record::Field:
Collaboration graph
[legend]

Public Attributes

const FieldDeclDecl
 
unsigned Offset
 
DescriptorDesc
 

Detailed Description

Describes a record field.

Definition at line 28 of file Record.h.

Member Data Documentation

◆ Decl

const FieldDecl* clang::interp::Record::Field::Decl

◆ Desc

Descriptor* clang::interp::Record::Field::Desc

Definition at line 31 of file Record.h.

◆ Offset

unsigned clang::interp::Record::Field::Offset

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