Searched refs:ToFunc (Results 1 – 2 of 2) sorted by relevance
881 const FunctionProtoType *ToFunc = GetUnderlyingFunction(ToType); in CheckExceptionSpecCompatibility() local882 if (!ToFunc || ToFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()913 ToFunc, From->getSourceRange().getBegin(), in CheckExceptionSpecCompatibility()
5517 FunctionTemplateDecl *ToFunc; in VisitFunctionTemplateDecl() local5518 if (GetImportedOrCreateDecl(ToFunc, D, Importer.getToContext(), DC, Loc, Name, in VisitFunctionTemplateDecl()5520 return ToFunc; in VisitFunctionTemplateDecl()5522 TemplatedFD->setDescribedFunctionTemplate(ToFunc); in VisitFunctionTemplateDecl()5523 ToFunc->setAccess(D->getAccess()); in VisitFunctionTemplateDecl()5524 ToFunc->setLexicalDeclContext(LexicalDC); in VisitFunctionTemplateDecl()5526 LexicalDC->addDeclInternal(ToFunc); in VisitFunctionTemplateDecl()5527 return ToFunc; in VisitFunctionTemplateDecl()