Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp4220 PEnd = D->param_end(), FoundP = FoundMethod->param_begin(); in VisitObjCMethodDecl() local
4221 P != PEnd; ++P, ++FoundP) { in VisitObjCMethodDecl()
4223 (*FoundP)->getType())) { in VisitObjCMethodDecl()
4227 << (*P)->getType() << (*FoundP)->getType(); in VisitObjCMethodDecl()
4228 Importer.ToDiag((*FoundP)->getLocation(), diag::note_odr_value_here) in VisitObjCMethodDecl()
4229 << (*FoundP)->getType(); in VisitObjCMethodDecl()