Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp2757 if (FunctionDecl *FoundFunction = dyn_cast<FunctionDecl>(FoundDecls[I])) { in VisitFunctionDecl() local
2758 if (FoundFunction->hasExternalFormalLinkage() && in VisitFunctionDecl()
2761 FoundFunction->getType())) { in VisitFunctionDecl()
2763 return Importer.Imported(D, FoundFunction); in VisitFunctionDecl()
2775 << Name << D->getType() << FoundFunction->getType(); in VisitFunctionDecl()
2776 Importer.ToDiag(FoundFunction->getLocation(), in VisitFunctionDecl()
2778 << FoundFunction->getType(); in VisitFunctionDecl()