clang 20.0.0git
|
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 CXXRecordDecl * | NearestVBase |
CharUnits | OffsetFromNearestVBase |
const CXXRecordDecl * | VTableClass |
Struct with all information about dynamic [sub]class needed to set vptr.
Definition at line 2430 of file CodeGenFunction.h.
BaseSubobject clang::CodeGen::CodeGenFunction::VPtr::Base |
Definition at line 2431 of file CodeGenFunction.h.
const CXXRecordDecl* clang::CodeGen::CodeGenFunction::VPtr::NearestVBase |
Definition at line 2432 of file CodeGenFunction.h.
CharUnits clang::CodeGen::CodeGenFunction::VPtr::OffsetFromNearestVBase |
Definition at line 2433 of file CodeGenFunction.h.
const CXXRecordDecl* clang::CodeGen::CodeGenFunction::VPtr::VTableClass |
Definition at line 2434 of file CodeGenFunction.h.