Home | History | Annotate | Download | only in Sema

Lines Matching refs:OldTInfo

2356   TypeSourceInfo *OldTInfo = D->getTypeSourceInfo();
2357 assert(OldTInfo && "substituting function without type source info");
2368 = SemaRef.SubstFunctionDeclType(OldTInfo, TemplateArgs,
2375 if (NewTInfo != OldTInfo) {
2377 TypeLoc OldTL = OldTInfo->getTypeLoc().IgnoreParens();
2414 TypeLoc OldTL = OldTInfo->getTypeLoc().IgnoreParens();