Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp1625 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in SubstParmVarDecl() local
1628 TypeLoc OldTL = OldDI->getTypeLoc(); in SubstParmVarDecl()
1655 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl()
HDTreeTransform.h4383 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); in TransformFunctionTypeParam() local
4386 if (NumExpansions && isa<PackExpansionType>(OldDI->getType())) { in TransformFunctionTypeParam()
4389 TypeLoc OldTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()
4393 TypeLoc NewTL = OldDI->getTypeLoc(); in TransformFunctionTypeParam()
4413 NewDI = getDerived().TransformType(OldDI); in TransformFunctionTypeParam()
4417 if (NewDI == OldDI && indexAdjustment == 0) in TransformFunctionTypeParam()