clang
7.0.0
|
#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 33 of file VTTBuilder.h.
|
default |
|
inline |
Definition at line 39 of file VTTBuilder.h.
|
inline |
Definition at line 41 of file VTTBuilder.h.
|
inline |
Definition at line 45 of file VTTBuilder.h.
Referenced by GetAddrOfVTTVTable(), and getBaseSubobject().
|
inline |
Definition at line 49 of file VTTBuilder.h.
Referenced by GetAddrOfVTTVTable(), and getBaseSubobject().
|
inline |
Definition at line 57 of file VTTBuilder.h.
References getBase(), and getBaseOffset().
Referenced by GetAddrOfVTTVTable().
|
inline |
Definition at line 53 of file VTTBuilder.h.
Referenced by GetAddrOfVTTVTable().