|
clang 22.0.0git
|
#include "clang/AST/RecordLayout.h"
Public Member Functions | |
| VBaseInfo ()=default | |
| VBaseInfo (CharUnits VBaseOffset, bool hasVtorDisp) | |
| bool | hasVtorDisp () const |
Public Attributes | |
| CharUnits | VBaseOffset |
| The offset to this virtual base in the complete-object layout of this class. | |
Definition at line 40 of file RecordLayout.h.
|
default |
Definition at line 53 of file RecordLayout.h.
References hasVtorDisp(), and VBaseOffset.
|
inline |
Definition at line 56 of file RecordLayout.h.
Referenced by VBaseInfo().
| CharUnits clang::ASTRecordLayout::VBaseInfo::VBaseOffset |
The offset to this virtual base in the complete-object layout of this class.
Definition at line 43 of file RecordLayout.h.
Referenced by VBaseInfo().