Lines Matching refs:OldTInfo
2676 TypeSourceInfo *OldTInfo = D->getTypeSourceInfo();2677 assert(OldTInfo && "substituting function without type source info");2688 = SemaRef.SubstFunctionDeclType(OldTInfo, TemplateArgs,2695 TypeLoc OldTL = OldTInfo->getTypeLoc().IgnoreParens();2697 if (NewTInfo != OldTInfo) {