Searched refs:OldDI (Results 1 – 2 of 2) sorted by relevance
1599 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in SubstParmVarDecl() local1602 TypeLoc OldTL = OldDI->getTypeLoc(); in SubstParmVarDecl()1629 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl()
4228 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in TransformFunctionTypeParam() local4231 if (NumExpansions && isa<PackExpansionType>(OldDI->getType())) { in TransformFunctionTypeParam()4234 TypeLoc OldTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()4238 TypeLoc NewTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()4258 NewDI = getDerived().TransformType(OldDI); in TransformFunctionTypeParam()4262 if (NewDI == OldDI && indexAdjustment == 0) in TransformFunctionTypeParam()