Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp5978 FunctionTemplateDecl *ToFunc; in VisitFunctionTemplateDecl() local
5979 if (GetImportedOrCreateDecl(ToFunc, D, Importer.getToContext(), DC, Loc, Name, in VisitFunctionTemplateDecl()
5981 return ToFunc; in VisitFunctionTemplateDecl()
5983 TemplatedFD->setDescribedFunctionTemplate(ToFunc); in VisitFunctionTemplateDecl()
5985 ToFunc->setAccess(D->getAccess()); in VisitFunctionTemplateDecl()
5986 ToFunc->setLexicalDeclContext(LexicalDC); in VisitFunctionTemplateDecl()
5987 LexicalDC->addDeclInternal(ToFunc); in VisitFunctionTemplateDecl()
6000 ToFunc->setPreviousDecl(Recent); in VisitFunctionTemplateDecl()
6003 return ToFunc; in VisitFunctionTemplateDecl()