Searched refs:FoundP (Results 1 – 1 of 1) sorted by relevance
3365 PEnd = D->param_end(), FoundP = FoundMethod->param_begin(); in VisitObjCMethodDecl() local3366 P != PEnd; ++P, ++FoundP) { in VisitObjCMethodDecl()3368 (*FoundP)->getType())) { in VisitObjCMethodDecl()3372 << (*P)->getType() << (*FoundP)->getType(); in VisitObjCMethodDecl()3373 Importer.ToDiag((*FoundP)->getLocation(), diag::note_odr_value_here) in VisitObjCMethodDecl()3374 << (*FoundP)->getType(); in VisitObjCMethodDecl()