Home
last modified time | relevance | path

Searched refs:ToFunc (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp918 const FunctionProtoType *ToFunc = GetUnderlyingFunction(ToType); in CheckExceptionSpecCompatibility() local
919 if (!ToFunc || ToFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
950 PDiag(DiagID), PDiag(NestedDiagID), PDiag(), PDiag(), ToFunc, in CheckExceptionSpecCompatibility()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6106 FunctionTemplateDecl *ToFunc; in VisitFunctionTemplateDecl() local
6107 if (GetImportedOrCreateDecl(ToFunc, D, Importer.getToContext(), DC, Loc, Name, in VisitFunctionTemplateDecl()
6109 return ToFunc; in VisitFunctionTemplateDecl()
6111 TemplatedFD->setDescribedFunctionTemplate(ToFunc); in VisitFunctionTemplateDecl()
6113 ToFunc->setAccess(D->getAccess()); in VisitFunctionTemplateDecl()
6114 ToFunc->setLexicalDeclContext(LexicalDC); in VisitFunctionTemplateDecl()
6115 LexicalDC->addDeclInternal(ToFunc); in VisitFunctionTemplateDecl()
6129 ToFunc->setPreviousDecl(Recent); in VisitFunctionTemplateDecl()
6132 return ToFunc; in VisitFunctionTemplateDecl()