Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp3589 PEnd = D->param_end(), FoundP = FoundMethod->param_begin(); in VisitObjCMethodDecl() local
3590 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()