clang 22.0.0git
|
#include "clang/AST/VTTBuilder.h"
Public Member Functions | |
VTTVTable ()=default | |
VTTVTable (const CXXRecordDecl *Base, CharUnits BaseOffset, bool BaseIsVirtual) | |
VTTVTable (BaseSubobject Base, bool BaseIsVirtual) | |
const CXXRecordDecl * | getBase () const |
CharUnits | getBaseOffset () const |
bool | isVirtual () const |
BaseSubobject | getBaseSubobject () const |
Definition at line 32 of file VTTBuilder.h.
|
default |
|
inline |
Definition at line 38 of file VTTBuilder.h.
|
inline |
Definition at line 40 of file VTTBuilder.h.
References getBase(), and getBaseOffset().
|
inline |
Definition at line 44 of file VTTBuilder.h.
Referenced by clang::CodeGen::CodeGenVTables::EmitVTTDefinition(), clang::CIRGen::CIRGenVTables::emitVTTDefinition(), GetAddrOfVTTVTable(), getAddrOfVTTVTable(), getBaseSubobject(), and VTTVTable().
|
inline |
Definition at line 48 of file VTTBuilder.h.
Referenced by GetAddrOfVTTVTable(), getAddrOfVTTVTable(), getBaseSubobject(), and VTTVTable().
|
inline |
Definition at line 56 of file VTTBuilder.h.
References getBase(), and getBaseOffset().
Referenced by GetAddrOfVTTVTable(), and getAddrOfVTTVTable().
|
inline |
Definition at line 52 of file VTTBuilder.h.
Referenced by GetAddrOfVTTVTable(), and getAddrOfVTTVTable().