Searched refs:FoundP (Results 1 – 1 of 1) sorted by relevance
4766 PEnd = D->param_end(), FoundP = FoundMethod->param_begin(); in VisitObjCMethodDecl() local4767 P != PEnd; ++P, ++FoundP) { in VisitObjCMethodDecl()4769 (*FoundP)->getType())) { in VisitObjCMethodDecl()4773 << (*P)->getType() << (*FoundP)->getType(); in VisitObjCMethodDecl()4774 Importer.ToDiag((*FoundP)->getLocation(), diag::note_odr_value_here) in VisitObjCMethodDecl()4775 << (*FoundP)->getType(); in VisitObjCMethodDecl()