clang 20.0.0git
|
An adjustment to be made to the temporary created when emitting a reference binding, which accesses a particular subobject of that temporary. More...
#include "clang/AST/Expr.h"
Classes | |
struct | DTB |
struct | P |
Public Types | |
enum | { DerivedToBaseAdjustment , FieldAdjustment , MemberPointerAdjustment } |
Public Member Functions | |
SubobjectAdjustment (const CastExpr *BasePath, const CXXRecordDecl *DerivedClass) | |
SubobjectAdjustment (const FieldDecl *Field) | |
SubobjectAdjustment (const MemberPointerType *MPT, Expr *RHS) | |
Public Attributes | |
enum clang::SubobjectAdjustment:: { ... } | Kind |
union { | |
struct DTB DerivedToBase | |
const FieldDecl * Field | |
struct P Ptr | |
}; | |
An adjustment to be made to the temporary created when emitting a reference binding, which accesses a particular subobject of that temporary.
anonymous enum |
|
inline |
Definition at line 89 of file Expr.h.
References clang::SubobjectAdjustment::DTB::BasePath, clang::SubobjectAdjustment::DTB::DerivedClass, and DerivedToBase.
|
inline |
|
inline |
Definition at line 100 of file Expr.h.
References clang::SubobjectAdjustment::P::MPT, Ptr, and clang::SubobjectAdjustment::P::RHS.
union { ... } clang::SubobjectAdjustment::@53 |
struct DTB clang::SubobjectAdjustment::DerivedToBase |
Definition at line 84 of file Expr.h.
Referenced by SubobjectAdjustment().
const FieldDecl* clang::SubobjectAdjustment::Field |
Definition at line 85 of file Expr.h.
Referenced by SubobjectAdjustment().
enum { ... } clang::SubobjectAdjustment::Kind |
struct P clang::SubobjectAdjustment::Ptr |
Definition at line 86 of file Expr.h.
Referenced by SubobjectAdjustment().