Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp911 const FunctionProtoType *ToFunc = GetUnderlyingFunction(ToType); in CheckExceptionSpecCompatibility() local
912 if (!ToFunc || ToFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
943 PDiag(), ToFunc, 0, in CheckExceptionSpecCompatibility()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6698 FunctionTemplateDecl *ToFunc; in VisitFunctionTemplateDecl() local
6699 if (GetImportedOrCreateDecl(ToFunc, D, Importer.getToContext(), DC, Loc, Name, in VisitFunctionTemplateDecl()
6701 return ToFunc; in VisitFunctionTemplateDecl()
6703 TemplatedFD->setDescribedFunctionTemplate(ToFunc); in VisitFunctionTemplateDecl()
6705 ToFunc->setAccess(D->getAccess()); in VisitFunctionTemplateDecl()
6706 ToFunc->setLexicalDeclContext(LexicalDC); in VisitFunctionTemplateDecl()
6707 addDeclToContexts(D, ToFunc); in VisitFunctionTemplateDecl()
6726 ToFunc->setPreviousDecl(Recent); in VisitFunctionTemplateDecl()
6729 return ToFunc; in VisitFunctionTemplateDecl()