|
clang
3.8.0
|
#include <VTTBuilder.h>
Public Member Functions | |
| VTTVTable () | |
| 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 28 of file VTTBuilder.h.
|
inline |
Definition at line 33 of file VTTBuilder.h.
|
inline |
Definition at line 34 of file VTTBuilder.h.
|
inline |
Definition at line 36 of file VTTBuilder.h.
|
inline |
Definition at line 40 of file VTTBuilder.h.
Referenced by clang::CodeGen::CodeGenVTables::EmitVTTDefinition(), GetAddrOfVTTVTable(), and getBaseSubobject().
|
inline |
Definition at line 44 of file VTTBuilder.h.
Referenced by GetAddrOfVTTVTable(), and getBaseSubobject().
|
inline |
Definition at line 52 of file VTTBuilder.h.
References getBase(), and getBaseOffset().
Referenced by GetAddrOfVTTVTable().
|
inline |
Definition at line 48 of file VTTBuilder.h.
Referenced by GetAddrOfVTTVTable().
1.8.6