Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2317 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in SubstParmVarDecl() local
2320 TypeLoc OldTL = OldDI->getTypeLoc(); in SubstParmVarDecl()
2347 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl()
2366 GetContainedInventedTypeParmVisitor().Visit(OldDI->getType())) { in SubstParmVarDecl()
H A DTreeTransform.h5520 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in TransformFunctionTypeParam() local
5523 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()
H A DSemaTemplate.cpp2373 TypeSourceInfo *OldDI = OldParam->getTypeSourceInfo(); in transformFunctionTypeParam() local
2375 if (auto PackTL = OldDI->getTypeLoc().getAs<PackExpansionTypeLoc>()) { in transformFunctionTypeParam()
2386 NewDI = SemaRef.SubstType(OldDI, Args, OldParam->getLocation(), in transformFunctionTypeParam()