reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2816 if (!InsMapSeen.insert(I->getSelector()).second) 2818 if (!I->isPropertyAccessor() && 2819 !InsMap.count(I->getSelector())) { 2821 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, 2826 IMPDecl->getInstanceMethod(I->getSelector()); 2827 assert(CDecl->getInstanceMethod(I->getSelector(), true/*AllowHidden*/) && 2832 WarnConflictingTypedMethods(ImpMethodDecl, I, 2834 else if (!I->isPropertyAccessor()) 2835 WarnExactTypedMethods(ImpMethodDecl, I, isa<ObjCProtocolDecl>(CDecl));