clang 19.0.0git
Public Attributes | List of all members
clang::CodeGen::CodeGenFunction::VPtr Struct Reference

Struct with all information about dynamic [sub]class needed to set vptr. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"

Public Attributes

BaseSubobject Base
 
const CXXRecordDeclNearestVBase
 
CharUnits OffsetFromNearestVBase
 
const CXXRecordDeclVTableClass
 

Detailed Description

Struct with all information about dynamic [sub]class needed to set vptr.

Definition at line 2385 of file CodeGenFunction.h.

Member Data Documentation

◆ Base

BaseSubobject clang::CodeGen::CodeGenFunction::VPtr::Base

Definition at line 2386 of file CodeGenFunction.h.

◆ NearestVBase

const CXXRecordDecl* clang::CodeGen::CodeGenFunction::VPtr::NearestVBase

Definition at line 2387 of file CodeGenFunction.h.

◆ OffsetFromNearestVBase

CharUnits clang::CodeGen::CodeGenFunction::VPtr::OffsetFromNearestVBase

Definition at line 2388 of file CodeGenFunction.h.

◆ VTableClass

const CXXRecordDecl* clang::CodeGen::CodeGenFunction::VPtr::VTableClass

Definition at line 2389 of file CodeGenFunction.h.


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