Searched defs:OldTInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2676 TypeSourceInfo *OldTInfo = D->getTypeSourceInfo(); local
2677 assert(OldTInfo && "substituting function without type source info");
2688 = SemaRef.SubstFunctionDeclType(OldTInfo, TemplateArgs,
2695 TypeLoc OldTL = OldTInfo->getTypeLoc().IgnoreParens();
2697 if (NewTInfo != OldTInfo) {

Completed in 138 milliseconds