#include "clang/AST/RecordLayout.h"
Definition at line 40 of file RecordLayout.h.
◆ VBaseInfo() [1/2]
clang::ASTRecordLayout::VBaseInfo::VBaseInfo |
( |
| ) |
|
|
default |
◆ VBaseInfo() [2/2]
clang::ASTRecordLayout::VBaseInfo::VBaseInfo |
( |
CharUnits |
VBaseOffset, |
|
|
bool |
hasVtorDisp |
|
) |
| |
|
inline |
◆ hasVtorDisp()
bool clang::ASTRecordLayout::VBaseInfo::hasVtorDisp |
( |
| ) |
const |
|
inline |
◆ VBaseOffset
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.
The documentation for this struct was generated from the following file: