Lines Matching defs:Adjustments
8722 SmallVector<SubobjectAdjustment, 2> Adjustments;
8724 E->getSubExpr()->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments);
8759 for (unsigned I = Adjustments.size(); I != 0; /**/) {
8761 switch (Adjustments[I].Kind) {
8763 if (!HandleLValueBasePath(Info, Adjustments[I].DerivedToBase.BasePath,
8766 Type = Adjustments[I].DerivedToBase.BasePath->getType();
8770 if (!HandleLValueMember(Info, E, Result, Adjustments[I].Field))
8772 Type = Adjustments[I].Field->getType();
8777 Adjustments[I].Ptr.RHS))
8779 Type = Adjustments[I].Ptr.MPT->getPointeeType();