Searched refs:OldDI (Results 1 – 3 of 3) sorted by relevance
625 TypeSourceInfo *OldDI = OldParam->getTypeSourceInfo(); in transformFunctionTypeParam() local627 if (auto PackTL = OldDI->getTypeLoc().getAs<PackExpansionTypeLoc>()) { in transformFunctionTypeParam()639 NewDI = SemaRef.SubstType(OldDI, Args, OldParam->getLocation(), in transformFunctionTypeParam()
3267 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in SubstParmVarDecl() local3270 TypeLoc OldTL = OldDI->getTypeLoc(); in SubstParmVarDecl()3297 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl()3316 GetContainedInventedTypeParmVisitor().Visit(OldDI->getType())) { in SubstParmVarDecl()
6125 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in TransformFunctionTypeParam() local6128 if (NumExpansions && isa<PackExpansionType>(OldDI->getType())) { in TransformFunctionTypeParam()6131 TypeLoc OldTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()6135 TypeLoc NewTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()6155 NewDI = getDerived().TransformType(OldDI); in TransformFunctionTypeParam()6159 if (NewDI == OldDI && indexAdjustment == 0) in TransformFunctionTypeParam()