Home | History | Annotate | Download | only in AST

Lines Matching defs:Adjustments

74       SmallVector<SubobjectAdjustment, 2> Adjustments;
77 Adjustments);
4664 SmallVector<SubobjectAdjustment, 2> Adjustments;
4666 skipRValueSubobjectAdjustments(CommaLHSs, Adjustments);
4698 for (unsigned I = Adjustments.size(); I != 0; /**/) {
4700 switch (Adjustments[I].Kind) {
4702 if (!HandleLValueBasePath(Info, Adjustments[I].DerivedToBase.BasePath,
4705 Type = Adjustments[I].DerivedToBase.BasePath->getType();
4709 if (!HandleLValueMember(Info, E, Result, Adjustments[I].Field))
4711 Type = Adjustments[I].Field->getType();
4716 Adjustments[I].Ptr.RHS))
4718 Type = Adjustments[I].Ptr.MPT->getPointeeType();