union ReturnAdjustment::VirtualAdjustment

Declaration

union ReturnAdjustment::VirtualAdjustment { /* full declaration omitted */ };

Description

Holds the ABI-specific information about the virtual return adjustment, if needed.

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

Member Variables

public struct(unnamed struct at / home / hdoc / tmp / llvm - project / clang / include / clang / Basic / Thunk.h : 35 : 5) Itanium
public struct(unnamed struct at / home / hdoc / tmp / llvm - project / clang / include / clang / Basic / Thunk.h : 42 : 5) Microsoft

Method Overview

  • public bool Equals(const clang::ReturnAdjustment::VirtualAdjustment & Other) const
  • public bool Less(const clang::ReturnAdjustment::VirtualAdjustment & RHS) const
  • public VirtualAdjustment()
  • public bool isEmpty() const

Methods

bool Equals(const clang::ReturnAdjustment::
                VirtualAdjustment& Other) const

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

Parameters

const clang::ReturnAdjustment::VirtualAdjustment& Other

bool Less(const clang::ReturnAdjustment::
              VirtualAdjustment& RHS) const

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

Parameters

const clang::ReturnAdjustment::VirtualAdjustment& RHS

VirtualAdjustment()

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

bool isEmpty() const

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