|
clang
5.0.0
|
#include "clang/AST/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 27 of file BaseSubobject.h.
|
inline |
Definition at line 35 of file BaseSubobject.h.
|
inline |
Definition at line 36 of file BaseSubobject.h.
|
inline |
getBase - Returns the base class declaration.
Definition at line 40 of file BaseSubobject.h.
Referenced by clang::CodeGen::CodeGenVTables::GenerateConstructionVTable(), llvm::DenseMapInfo< clang::BaseSubobject >::getHashValue(), and clang::CodeGen::CodeGenFunction::getVTablePointers().
|
inline |
getBaseOffset - Returns the base class offset.
Definition at line 43 of file BaseSubobject.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitVTableAssumptionLoad(), clang::CodeGen::CodeGenVTables::GenerateConstructionVTable(), llvm::DenseMapInfo< clang::BaseSubobject >::getHashValue(), clang::CodeGen::CodeGenFunction::getVTablePointers(), and clang::CodeGen::CodeGenFunction::InitializeVTablePointer().
|
friend |
Definition at line 45 of file BaseSubobject.h.
1.8.6