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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 3942       bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod)
 3942       bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod)
 3944       if ((isInterfaceDeclKind && PrevMethod && !match)
 3948         Diag(PrevMethod->getLocation(), diag::note_previous_declaration);
 3951         if (PrevMethod) {
 3952           Method->setAsRedeclaration(PrevMethod);
 3957           Diag(PrevMethod->getLocation(), diag::note_previous_declaration);