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

/external/clang/include/clang/AST/
H A DExpr.h56 struct SubobjectAdjustment { struct in namespace:clang
80 SubobjectAdjustment(const CastExpr *BasePath, function in struct:clang::SubobjectAdjustment
87 SubobjectAdjustment(FieldDecl *Field) function in struct:clang::SubobjectAdjustment
92 SubobjectAdjustment(const MemberPointerType *MPT, Expr *RHS) function in struct:clang::SubobjectAdjustment
794 SmallVectorImpl<SubobjectAdjustment> &Adjustments) const;

Completed in 247 milliseconds