struct ThisAdjustment
Declaration
struct ThisAdjustment { /* full declaration omitted */ };
Description
A \c this pointer adjustment.
Declared at: clang/include/clang/Basic/Thunk.h:91
Member Variables
- public int64_t NonVirtual
- The non-virtual adjustment from the derived object to its nearest virtual base.
- public union VirtualAdjustment Virtual
Method Overview
- public ThisAdjustment()
- public bool isEmpty() const
Methods
¶ThisAdjustment()
ThisAdjustment()
Declared at: clang/include/clang/Basic/Thunk.h:134
¶bool isEmpty() const
bool isEmpty() const
Declared at: clang/include/clang/Basic/Thunk.h:136