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.cpp625 TypeSourceInfo *OldDI = OldParam->getTypeSourceInfo(); in transformFunctionTypeParam() local
627 if (auto PackTL = OldDI->getTypeLoc().getAs<PackExpansionTypeLoc>()) { in transformFunctionTypeParam()
639 NewDI = SemaRef.SubstType(OldDI, Args, OldParam->getLocation(), in transformFunctionTypeParam()
H A DSemaTemplateInstantiate.cpp3267 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in SubstParmVarDecl() local
3270 TypeLoc OldTL = OldDI->getTypeLoc(); in SubstParmVarDecl()
3297 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl()
3316 GetContainedInventedTypeParmVisitor().Visit(OldDI->getType())) { in SubstParmVarDecl()
H A DTreeTransform.h6125 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in TransformFunctionTypeParam() local
6128 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()