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

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2271 TypeSourceInfo *OldTInfo = D->getTypeSourceInfo(); local
2272 assert(OldTInfo && "substituting function without type source info");
2283 = SemaRef.SubstFunctionDeclType(OldTInfo, TemplateArgs,
2290 if (NewTInfo != OldTInfo) {
2292 TypeLoc OldTL = OldTInfo->getTypeLoc().IgnoreParens();
2330 TypeLoc OldTL = OldTInfo->getTypeLoc().IgnoreParens();

Completed in 643 milliseconds