Searched refs:OldDI (Results 1 – 3 of 3) sorted by relevance
2317 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in SubstParmVarDecl() local2320 TypeLoc OldTL = OldDI->getTypeLoc(); in SubstParmVarDecl()2347 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl()2366 GetContainedInventedTypeParmVisitor().Visit(OldDI->getType())) { in SubstParmVarDecl()
5520 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in TransformFunctionTypeParam() local5523 if (NumExpansions && isa<PackExpansionType>(OldDI->getType())) { in TransformFunctionTypeParam()5526 TypeLoc OldTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()5530 TypeLoc NewTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()5550 NewDI = getDerived().TransformType(OldDI); in TransformFunctionTypeParam()5554 if (NewDI == OldDI && indexAdjustment == 0) in TransformFunctionTypeParam()
2373 TypeSourceInfo *OldDI = OldParam->getTypeSourceInfo(); in transformFunctionTypeParam() local2375 if (auto PackTL = OldDI->getTypeLoc().getAs<PackExpansionTypeLoc>()) { in transformFunctionTypeParam()2386 NewDI = SemaRef.SubstType(OldDI, Args, OldParam->getLocation(), in transformFunctionTypeParam()