Searched refs:OldDI (Results 1 – 5 of 5) sorted by relevance
2314 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in SubstParmVarDecl() local2317 TypeLoc OldTL = OldDI->getTypeLoc(); in SubstParmVarDecl()2344 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl()2363 GetContainedInventedTypeParmVisitor().Visit(OldDI->getType())) { in SubstParmVarDecl()
5434 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in TransformFunctionTypeParam() local5437 if (NumExpansions && isa<PackExpansionType>(OldDI->getType())) { in TransformFunctionTypeParam()5440 TypeLoc OldTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()5444 TypeLoc NewTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()5464 NewDI = getDerived().TransformType(OldDI); in TransformFunctionTypeParam()5468 if (NewDI == OldDI && indexAdjustment == 0) in TransformFunctionTypeParam()
2352 TypeSourceInfo *OldDI = OldParam->getTypeSourceInfo(); in transformFunctionTypeParam() local2354 if (auto PackTL = OldDI->getTypeLoc().getAs<PackExpansionTypeLoc>()) { in transformFunctionTypeParam()2365 NewDI = SemaRef.SubstType(OldDI, Args, OldParam->getLocation(), in transformFunctionTypeParam()
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()