Searched refs:MatchingMethodDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp986 ObjCMethodDecl *MatchingMethodDecl = M->Method; local
987 if (MatchingMethodDecl == Method ||
988 isa<ObjCImplDecl>(MatchingMethodDecl->getDeclContext()) ||
989 MatchingMethodDecl->getSelector() != Method->getSelector())
992 MatchingMethodDecl, Sema::MMS_loose)) {
1001 S.Diag(MatchingMethodDecl->getLocation(), diag::note_method_declared_at)
1002 << MatchingMethodDecl->getDeclName();

Completed in 214 milliseconds