Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2314 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in SubstParmVarDecl() local
2317 TypeLoc OldTL = OldDI->getTypeLoc(); in SubstParmVarDecl()
2344 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl()
2363 GetContainedInventedTypeParmVisitor().Visit(OldDI->getType())) { in SubstParmVarDecl()
DTreeTransform.h5434 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in TransformFunctionTypeParam() local
5437 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()
DSemaTemplate.cpp2352 TypeSourceInfo *OldDI = OldParam->getTypeSourceInfo(); in transformFunctionTypeParam() local
2354 if (auto PackTL = OldDI->getTypeLoc().getAs<PackExpansionTypeLoc>()) { in transformFunctionTypeParam()
2365 NewDI = SemaRef.SubstType(OldDI, Args, OldParam->getLocation(), in transformFunctionTypeParam()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1609 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in SubstParmVarDecl() local
1612 TypeLoc OldTL = OldDI->getTypeLoc(); in SubstParmVarDecl()
1639 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl()
DTreeTransform.h4647 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in TransformFunctionTypeParam() local
4650 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()