Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp931 const FunctionProtoType *ToFunc = GetUnderlyingFunction(ToType); in CheckExceptionSpecCompatibility() local
932 if (!ToFunc || ToFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
963 PDiag(), ToFunc, 0, in CheckExceptionSpecCompatibility()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6596 FunctionTemplateDecl *ToFunc; in VisitFunctionTemplateDecl() local
6597 if (GetImportedOrCreateDecl(ToFunc, D, Importer.getToContext(), DC, Loc, Name, in VisitFunctionTemplateDecl()
6599 return ToFunc; in VisitFunctionTemplateDecl()
6601 TemplatedFD->setDescribedFunctionTemplate(ToFunc); in VisitFunctionTemplateDecl()
6603 ToFunc->setAccess(D->getAccess()); in VisitFunctionTemplateDecl()
6604 ToFunc->setLexicalDeclContext(LexicalDC); in VisitFunctionTemplateDecl()
6605 addDeclToContexts(D, ToFunc); in VisitFunctionTemplateDecl()
6624 ToFunc->setPreviousDecl(Recent); in VisitFunctionTemplateDecl()
6627 return ToFunc; in VisitFunctionTemplateDecl()