Searched refs:OldDI (Results 1 – 2 of 2) sorted by relevance
1609 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in SubstParmVarDecl() local1612 TypeLoc OldTL = OldDI->getTypeLoc(); in SubstParmVarDecl()1639 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl()
4647 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in TransformFunctionTypeParam() local4650 if (NumExpansions && isa<PackExpansionType>(OldDI->getType())) { in TransformFunctionTypeParam()4653 TypeLoc OldTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()4657 TypeLoc NewTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()4677 NewDI = getDerived().TransformType(OldDI); in TransformFunctionTypeParam()4681 if (NewDI == OldDI && indexAdjustment == 0) in TransformFunctionTypeParam()