reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 2843     if (!ClsMapSeen.insert(I->getSelector()).second)
 2845     if (!I->isPropertyAccessor() &&
 2846         !ClsMap.count(I->getSelector())) {
 2848         WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl,
 2852         IMPDecl->getClassMethod(I->getSelector());
 2853       assert(CDecl->getClassMethod(I->getSelector(), true/*AllowHidden*/) &&
 2858           WarnConflictingTypedMethods(ImpMethodDecl, I,
 2860         else if (!I->isPropertyAccessor())
 2861           WarnExactTypedMethods(ImpMethodDecl, I, isa<ObjCProtocolDecl>(CDecl));