Searched refs:OldDI (Results 1 – 2 of 2) sorted by relevance
1625 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in SubstParmVarDecl() local1628 TypeLoc OldTL = OldDI->getTypeLoc(); in SubstParmVarDecl()1655 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl()
4383 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in TransformFunctionTypeParam() local4386 if (NumExpansions && isa<PackExpansionType>(OldDI->getType())) { in TransformFunctionTypeParam()4389 TypeLoc OldTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()4393 TypeLoc NewTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()4413 NewDI = getDerived().TransformType(OldDI); in TransformFunctionTypeParam()4417 if (NewDI == OldDI && indexAdjustment == 0) in TransformFunctionTypeParam()