Home | History | Annotate | Download | only in Sema

Lines Matching refs:OldDI

3800   TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo();
3803 if (NumExpansions && isa<PackExpansionType>(OldDI
3805 TypeLoc OldTL = OldDI->getTypeLoc();
3809 TypeLoc NewTL = OldDI->getTypeLoc();
3829 NewDI = getDerived().TransformType(OldDI);
3833 if (NewDI == OldDI && indexAdjustment == 0)