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

References

tools/clang/lib/AST/DeclObjC.cpp
  751     Method = Instance ? ImpDecl->getInstanceMethod(Sel)
  752                       : ImpDecl->getClassMethod(Sel);
  756     Method = getCategoryMethod(Sel, Instance);
  762     Method = lookupInstanceMethod(Sel);
  766       Method = lookupPrivateMethod(Sel, true);
  770     return getSuperClass()->lookupPrivateMethod(Sel, Instance);