|
clang
3.8.0
|
#include <RecordLayout.h>
Public Member Functions | |
| bool | hasVtorDisp () const |
| VBaseInfo () | |
| VBaseInfo (CharUnits VBaseOffset, bool hasVtorDisp) | |
Public Attributes | |
| CharUnits | VBaseOffset |
| The offset to this virtual base in the complete-object layout of this class. More... | |
Definition at line 36 of file RecordLayout.h.
|
inline |
Definition at line 50 of file RecordLayout.h.
Definition at line 52 of file RecordLayout.h.
|
inline |
Definition at line 48 of file RecordLayout.h.
| CharUnits clang::ASTRecordLayout::VBaseInfo::VBaseOffset |
The offset to this virtual base in the complete-object layout of this class.
Definition at line 39 of file RecordLayout.h.
1.8.6