Searched refs:OldDI (Results 1 – 3 of 3) sorted by relevance
579 TypeSourceInfo *OldDI = OldParam->getTypeSourceInfo(); in transformFunctionTypeParam() local581 if (auto PackTL = OldDI->getTypeLoc().getAs<PackExpansionTypeLoc>()) { in transformFunctionTypeParam()593 NewDI = SemaRef.SubstType(OldDI, Args, OldParam->getLocation(), in transformFunctionTypeParam()
3072 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in SubstParmVarDecl() local3075 TypeLoc OldTL = OldDI->getTypeLoc(); in SubstParmVarDecl()3102 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl()3121 GetContainedInventedTypeParmVisitor().Visit(OldDI->getType())) { in SubstParmVarDecl()
5898 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in TransformFunctionTypeParam() local5901 if (NumExpansions && isa<PackExpansionType>(OldDI->getType())) { in TransformFunctionTypeParam()5904 TypeLoc OldTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()5908 TypeLoc NewTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()5928 NewDI = getDerived().TransformType(OldDI); in TransformFunctionTypeParam()5932 if (NewDI == OldDI && indexAdjustment == 0) in TransformFunctionTypeParam()