union ThisAdjustment::VirtualAdjustment

Declaration

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

Description

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

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

Member Variables

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

Method Overview

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

Methods

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

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

Parameters

const clang::ThisAdjustment::VirtualAdjustment& Other

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

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

Parameters

const clang::ThisAdjustment::VirtualAdjustment& RHS

VirtualAdjustment()

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

bool isEmpty() const

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