clang 23.0.0git
clang::interp::Record::Base Struct Reference

Describes a base class. More...

#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/Record.h"

Public Member Functions

 Base (const RecordDecl *D, const Descriptor *Desc, const Record *R, unsigned Offset)

Public Attributes

const RecordDeclDecl
const DescriptorDesc
const RecordR
unsigned Offset

Detailed Description

Describes a base class.

Definition at line 41 of file Record.h.

Constructor & Destructor Documentation

◆ Base()

clang::interp::Record::Base::Base ( const RecordDecl * D,
const Descriptor * Desc,
const Record * R,
unsigned Offset )
inline

Definition at line 47 of file Record.h.

References Decl, Desc, Offset, and R.

Member Data Documentation

◆ Decl

const RecordDecl* clang::interp::Record::Base::Decl

Definition at line 42 of file Record.h.

Referenced by Base().

◆ Desc

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

Definition at line 43 of file Record.h.

Referenced by Base().

◆ Offset

unsigned clang::interp::Record::Base::Offset

Definition at line 45 of file Record.h.

Referenced by Base().

◆ R

const Record* clang::interp::Record::Base::R

Definition at line 44 of file Record.h.

Referenced by Base().


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