clang 19.0.0git
Public Member Functions | 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"

Public Member Functions

bool isBitField () 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.

Member Data Documentation

◆ Decl

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

Definition at line 29 of file Record.h.

Referenced by clang::interp::ByteCodeEmitter::compileFunc().

◆ Desc

const 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: