reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1131 if (MatchingMethodDecl == Method || 1132 isa<ObjCImplDecl>(MatchingMethodDecl->getDeclContext()) || 1133 MatchingMethodDecl->getSelector() != Method->getSelector()) 1136 MatchingMethodDecl, Sema::MMS_loose)) { 1145 S.Diag(MatchingMethodDecl->getLocation(), diag::note_method_declared_at) 1146 << MatchingMethodDecl->getDeclName();