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/runner/work/llvm/llvm/repo/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 2458 of file CodeGenFunction.h.

Member Data Documentation

◆ Base

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

◆ NearestVBase

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

◆ OffsetFromNearestVBase

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

◆ VTableClass

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

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