clang
3.7.0
|
#include <BaseSubobject.h>
Public Member Functions | |
BaseSubobject () | |
BaseSubobject (const CXXRecordDecl *Base, CharUnits BaseOffset) | |
const CXXRecordDecl * | getBase () const |
getBase - Returns the base class declaration. More... | |
CharUnits | getBaseOffset () const |
getBaseOffset - Returns the base class offset. More... | |
Friends | |
bool | operator== (const BaseSubobject &LHS, const BaseSubobject &RHS) |
Definition at line 28 of file BaseSubobject.h.
|
inline |
Definition at line 36 of file BaseSubobject.h.
|
inline |
Definition at line 37 of file BaseSubobject.h.
|
inline |
getBase - Returns the base class declaration.
Definition at line 41 of file BaseSubobject.h.
Referenced by clang::CodeGen::CodeGenVTables::GenerateConstructionVTable(), llvm::DenseMapInfo< clang::BaseSubobject >::getHashValue(), clang::CodeGen::CodeGenFunction::InitializeVTablePointer(), and clang::CodeGen::CodeGenFunction::InitializeVTablePointers().
|
inline |
getBaseOffset - Returns the base class offset.
Definition at line 44 of file BaseSubobject.h.
Referenced by clang::CodeGen::CodeGenVTables::GenerateConstructionVTable(), llvm::DenseMapInfo< clang::BaseSubobject >::getHashValue(), clang::CodeGen::CodeGenFunction::InitializeVTablePointer(), and clang::CodeGen::CodeGenFunction::InitializeVTablePointers().
|
friend |
Definition at line 46 of file BaseSubobject.h.