clang 19.0.0git
Public Attributes | List of all members
clang::SubobjectAdjustment::P Struct Reference

#include "clang/AST/Expr.h"

Public Attributes

const MemberPointerTypeMPT
 
ExprRHS
 

Detailed Description

Definition at line 78 of file Expr.h.

Member Data Documentation

◆ MPT

const MemberPointerType* clang::SubobjectAdjustment::P::MPT

Definition at line 79 of file Expr.h.

Referenced by clang::SubobjectAdjustment::SubobjectAdjustment().

◆ RHS

Expr* clang::SubobjectAdjustment::P::RHS

Definition at line 80 of file Expr.h.

Referenced by clang::SubobjectAdjustment::SubobjectAdjustment().


The documentation for this struct was generated from the following file: