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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp918 const FunctionProtoType *ToFunc = GetUnderlyingFunction(ToType); local
919 if (!ToFunc || ToFunc->hasDependentExceptionSpec())
950 PDiag(DiagID), PDiag(NestedDiagID), PDiag(), PDiag(), ToFunc,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5843 FunctionTemplateDecl *ToFunc;
5844 if (GetImportedOrCreateDecl(ToFunc, D, Importer.getToContext(), DC, Loc, Name,
5846 return ToFunc;
5848 TemplatedFD->setDescribedFunctionTemplate(ToFunc);
5850 ToFunc->setAccess(D->getAccess());
5851 ToFunc->setLexicalDeclContext(LexicalDC);
5852 LexicalDC->addDeclInternal(ToFunc);
5865 ToFunc->setPreviousDecl(Recent);
5868 return ToFunc;

Completed in 73 milliseconds