clang 23.0.0git
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/ByteCode/Record.h"

Public Member Functions

bool isBitField () const
bool isUnnamedBitField () const
 Field (const FieldDecl *D, const Descriptor *Desc, unsigned Offset)

Public Attributes

const FieldDeclDecl
const DescriptorDesc
unsigned Offset

Detailed Description

Describes a record field.

Definition at line 28 of file Record.h.

Constructor & Destructor Documentation

◆ Field()

clang::interp::Record::Field::Field ( const FieldDecl * D,
const Descriptor * Desc,
unsigned Offset )
inline

Definition at line 36 of file Record.h.

References Decl, Desc, and Offset.

Member Function Documentation

◆ isBitField()

bool clang::interp::Record::Field::isBitField ( ) const
inline

Definition at line 33 of file Record.h.

References Decl.

◆ isUnnamedBitField()

bool clang::interp::Record::Field::isUnnamedBitField ( ) const
inline

Definition at line 34 of file Record.h.

References Decl.

Member Data Documentation

◆ Decl

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

Definition at line 29 of file Record.h.

Referenced by Field(), isBitField(), and isUnnamedBitField().

◆ Desc

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

Definition at line 30 of file Record.h.

Referenced by Field().

◆ Offset

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

Definition at line 31 of file Record.h.

Referenced by Field(), and clang::interp::MemberPointer::toPointer().


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