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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 4662       PrevMethod = ImpDecl->getInstanceMethod(Sel);
 4665       PrevMethod = ImpDecl->getClassMethod(Sel);
 4704   if (PrevMethod) {
 4708     Diag(PrevMethod->getLocation(), diag::note_previous_declaration);