Home | History | Annotate | Download | only in AST

Lines Matching refs:Adjustments

74       SmallVector<SubobjectAdjustment, 2> Adjustments;
77 Adjustments);
4429 SmallVector<SubobjectAdjustment, 2> Adjustments;
4431 skipRValueSubobjectAdjustments(CommaLHSs, Adjustments);
4463 for (unsigned I = Adjustments.size(); I != 0; /**/) {
4465 switch (Adjustments[I].Kind) {
4467 if (!HandleLValueBasePath(Info, Adjustments[I].DerivedToBase.BasePath,
4470 Type = Adjustments[I].DerivedToBase.BasePath->getType();
4474 if (!HandleLValueMember(Info, E, Result, Adjustments[I].Field))
4476 Type = Adjustments[I].Field->getType();
4481 Adjustments[I].Ptr.RHS))
4483 Type = Adjustments[I].Ptr.MPT->getPointeeType();