Searched refs:OldDI (Results 1 – 2 of 2) sorted by relevance
1633 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in SubstParmVarDecl() local1636 TypeLoc OldTL = OldDI->getTypeLoc(); in SubstParmVarDecl()1663 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl()
4353 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in TransformFunctionTypeParam() local4356 if (NumExpansions && isa<PackExpansionType>(OldDI->getType())) { in TransformFunctionTypeParam()4359 TypeLoc OldTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()4363 TypeLoc NewTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()4383 NewDI = getDerived().TransformType(OldDI); in TransformFunctionTypeParam()4387 if (NewDI == OldDI && indexAdjustment == 0) in TransformFunctionTypeParam()