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);
 4663       ImpDecl->addInstanceMethod(ObjCMethod);
 4665       PrevMethod = ImpDecl->getClassMethod(Sel);
 4666       ImpDecl->addClassMethod(ObjCMethod);
 4671     if (ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface()) {
 4677         if (isa<ObjCCategoryImplDecl>(ImpDecl) && IMD->isOverriding() &&