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

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

Completed in 136 milliseconds