Searched refs:FoundP (Results 1 – 1 of 1) sorted by relevance
3589 PEnd = D->param_end(), FoundP = FoundMethod->param_begin(); in VisitObjCMethodDecl() local3590 P != PEnd; ++P, ++FoundP) { in VisitObjCMethodDecl()3592 (*FoundP)->getType())) { in VisitObjCMethodDecl()3596 << (*P)->getType() << (*FoundP)->getType(); in VisitObjCMethodDecl()3597 Importer.ToDiag((*FoundP)->getLocation(), diag::note_odr_value_here) in VisitObjCMethodDecl()3598 << (*FoundP)->getType(); in VisitObjCMethodDecl()