clang 19.0.0git
Public Attributes | List of all members
clang::interp::Record::Base Struct Reference

Describes a base class. More...

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

Public Attributes

const RecordDeclDecl
 
unsigned Offset
 
const DescriptorDesc
 
const RecordR
 

Detailed Description

Describes a base class.

Definition at line 36 of file Record.h.

Member Data Documentation

◆ Decl

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

Definition at line 37 of file Record.h.

◆ Desc

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

Definition at line 39 of file Record.h.

◆ Offset

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

Definition at line 38 of file Record.h.

◆ R

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

Definition at line 40 of file Record.h.


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