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

/external/clang/lib/CodeGen/
H A DCGExpr.cpp162 struct SubobjectAdjustment { struct in namespace:__anon35
183 SubobjectAdjustment(const CastExpr *BasePath, function in struct:__anon35::SubobjectAdjustment
190 SubobjectAdjustment(FieldDecl *Field) function in struct:__anon35::SubobjectAdjustment
195 SubobjectAdjustment(const MemberPointerType *MPT, llvm::Value *Ptr) function in struct:__anon35::SubobjectAdjustment
339 SmallVector<SubobjectAdjustment, 2> Adjustments;
350 Adjustments.push_back(SubobjectAdjustment(CE, Derived));
363 Adjustments.push_back(SubobjectAdjustment(Field));
374 Adjustments.push_back(SubobjectAdjustment(MPT, Ptr));
418 SubobjectAdjustment &Adjustment = Adjustments[I-1];
420 case SubobjectAdjustment
[all...]

Completed in 20 milliseconds