Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp2960 if (FunctionDecl *FoundFunction = dyn_cast<FunctionDecl>(FoundDecls[I])) { in VisitFunctionDecl() local
2961 if (FoundFunction->hasExternalFormalLinkage() && in VisitFunctionDecl()
2964 FoundFunction->getType())) { in VisitFunctionDecl()
2966 return Importer.Imported(D, FoundFunction); in VisitFunctionDecl()
2978 << Name << D->getType() << FoundFunction->getType(); in VisitFunctionDecl()
2979 Importer.ToDiag(FoundFunction->getLocation(), in VisitFunctionDecl()
2981 << FoundFunction->getType(); in VisitFunctionDecl()