clang 20.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.
|
inline |
Definition at line 44 of file VTTBuilder.h.
Referenced by clang::CodeGen::CodeGenVTables::EmitVTTDefinition(), GetAddrOfVTTVTable(), and getBaseSubobject().
|
inline |
Definition at line 48 of file VTTBuilder.h.
Referenced by GetAddrOfVTTVTable(), and getBaseSubobject().
|
inline |
Definition at line 56 of file VTTBuilder.h.
References getBase(), and getBaseOffset().
Referenced by GetAddrOfVTTVTable().
|
inline |
Definition at line 52 of file VTTBuilder.h.
Referenced by GetAddrOfVTTVTable().