struct ReturnAdjustment

Declaration

struct ReturnAdjustment { /* full declaration omitted */ };

Description

A return adjustment.

Declared at: clang/include/clang/Basic/Thunk.h:26

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

Methods

ReturnAdjustment()

Declared at: clang/include/clang/Basic/Thunk.h:67

bool isEmpty() const

Declared at: clang/include/clang/Basic/Thunk.h:69