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

Public Attributes

const FieldDeclDecl
unsigned Offset
const DescriptorDesc

Detailed Description

Describes a record field.

Definition at line 28 of file Record.h.

Member Function Documentation

◆ isBitField()

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

Definition at line 32 of file Record.h.

References Decl.

◆ isUnnamedBitField()

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

Definition at line 33 of file Record.h.

References Decl.

Referenced by clang::interp::Compiler< Emitter >::visitInitList().

Member Data Documentation

◆ Decl

◆ Desc

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

Definition at line 31 of file Record.h.

◆ Offset


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