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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 1756     const ObjCMethodDecl *&PrevMethod = MethodMap[Method->getSelector()];
 1758         (PrevMethod->isInstanceMethod() == Method->isInstanceMethod()) &&
 1759         !MatchTwoMethodDeclarations(Method, PrevMethod)) {
 1760       Diag(Method->getLocation(), diag::err_duplicate_method_decl)
 1761             << Method->getDeclName();