Lines Matching defs:ToFunc
6757 FunctionTemplateDecl *ToFunc;
6758 if (GetImportedOrCreateDecl(ToFunc, D, Importer.getToContext(), DC, Loc, Name,
6760 return ToFunc;
6764 // or ToFunc should be already imported.
6770 TemplatedFD->setDescribedFunctionTemplate(ToFunc);
6772 ToFunc->setAccess(D->getAccess());
6773 ToFunc->setLexicalDeclContext(LexicalDC);
6774 addDeclToContexts(D, ToFunc);
6793 ToFunc->setPreviousDecl(Recent);
6796 return ToFunc;