Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp2687 if (FunctionDecl *FoundFunction = dyn_cast<FunctionDecl>(FoundDecls[I])) { in VisitFunctionDecl() local
2688 if (FoundFunction->hasExternalFormalLinkage() && in VisitFunctionDecl()
2691 FoundFunction->getType())) { in VisitFunctionDecl()
2693 return Importer.Imported(D, FoundFunction); in VisitFunctionDecl()
2705 << Name << D->getType() << FoundFunction->getType(); in VisitFunctionDecl()
2706 Importer.ToDiag(FoundFunction->getLocation(), in VisitFunctionDecl()
2708 << FoundFunction->getType(); in VisitFunctionDecl()