Home
last modified time | relevance | path

Searched refs:OldDI (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp579 TypeSourceInfo *OldDI = OldParam->getTypeSourceInfo(); in transformFunctionTypeParam() local
581 if (auto PackTL = OldDI->getTypeLoc().getAs<PackExpansionTypeLoc>()) { in transformFunctionTypeParam()
593 NewDI = SemaRef.SubstType(OldDI, Args, OldParam->getLocation(), in transformFunctionTypeParam()
H A DSemaTemplateInstantiate.cpp3072 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in SubstParmVarDecl() local
3075 TypeLoc OldTL = OldDI->getTypeLoc(); in SubstParmVarDecl()
3102 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl()
3121 GetContainedInventedTypeParmVisitor().Visit(OldDI->getType())) { in SubstParmVarDecl()
H A DTreeTransform.h5898 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in TransformFunctionTypeParam() local
5901 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()