Searched refs:OldDI (Results 1 – 2 of 2) sorted by relevance
1617 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in SubstParmVarDecl() local1620 TypeLoc OldTL = OldDI->getTypeLoc(); in SubstParmVarDecl()1647 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl()
4541 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in TransformFunctionTypeParam() local4544 if (NumExpansions && isa<PackExpansionType>(OldDI->getType())) { in TransformFunctionTypeParam()4547 TypeLoc OldTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()4551 TypeLoc NewTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()4571 NewDI = getDerived().TransformType(OldDI); in TransformFunctionTypeParam()4575 if (NewDI == OldDI && indexAdjustment == 0) in TransformFunctionTypeParam()