Searched defs:SubobjectAdjustment (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h58 struct SubobjectAdjustment { struct in namespace:clang
81 SubobjectAdjustment(const CastExpr *BasePath, function in struct:clang::SubobjectAdjustment
88 SubobjectAdjustment(FieldDecl *Field) function in struct:clang::SubobjectAdjustment
93 SubobjectAdjustment(const MemberPointerType *MPT, Expr *RHS) function in struct:clang::SubobjectAdjustment
823 SmallVectorImpl<SubobjectAdjustment> &Adjustments) const;

Completed in 109 milliseconds