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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2246 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo();
2249 TypeLoc OldTL = OldDI->getTypeLoc();
2276 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(),
2295 GetContainedInventedTypeParmVisitor().Visit(OldDI->getType())) {
H A DTreeTransform.h5165 TypeSourceInfo *OldDI = OldParm->getTypeSourceInfo(); local
5168 if (NumExpansions && isa<PackExpansionType>(OldDI->getType())) {
5171 TypeLoc OldTL = OldDI->getTypeLoc();
5175 TypeLoc NewTL = OldDI->getTypeLoc();
5195 NewDI = getDerived().TransformType(OldDI);
5199 if (NewDI == OldDI && indexAdjustment == 0)
H A DSemaTemplate.cpp2193 TypeSourceInfo *OldDI = OldParam->getTypeSourceInfo(); local
2195 if (auto PackTL = OldDI->getTypeLoc().getAs<PackExpansionTypeLoc>()) {
2206 NewDI = SemaRef.SubstType(OldDI, Args, OldParam->getLocation(),

Completed in 222 milliseconds