|
clang
3.8.0
|
An adjustment to be made to the temporary created when emitting a reference binding, which accesses a particular subobject of that temporary. More...
#include <Expr.h>
Classes | |
| struct | DTB |
| struct | P |
Public Types | |
| enum | { DerivedToBaseAdjustment, FieldAdjustment, MemberPointerAdjustment } |
Public Member Functions | |
| SubobjectAdjustment (const CastExpr *BasePath, const CXXRecordDecl *DerivedClass) | |
| SubobjectAdjustment (FieldDecl *Field) | |
| SubobjectAdjustment (const MemberPointerType *MPT, Expr *RHS) | |
Public Attributes | |
| enum clang::SubobjectAdjustment:: { ... } | Kind |
| union { | |
| struct DTB DerivedToBase | |
| 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 81 of file Expr.h.
References clang::SubobjectAdjustment::DTB::BasePath, clang::SubobjectAdjustment::DTB::DerivedClass, and DerivedToBase.
|
inline |
|
inline |
Definition at line 93 of file Expr.h.
References clang::SubobjectAdjustment::P::MPT, Ptr, and clang::SubobjectAdjustment::P::RHS.
| union { ... } |
| struct DTB clang::SubobjectAdjustment::DerivedToBase |
Definition at line 76 of file Expr.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitMaterializeTemporaryExpr(), and SubobjectAdjustment().
| FieldDecl* clang::SubobjectAdjustment::Field |
Definition at line 77 of file Expr.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitMaterializeTemporaryExpr(), and SubobjectAdjustment().
| enum { ... } clang::SubobjectAdjustment::Kind |
| struct P clang::SubobjectAdjustment::Ptr |
Definition at line 78 of file Expr.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitMaterializeTemporaryExpr(), and SubobjectAdjustment().
1.8.6