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)
  755   if (!Method)
  756     Method = getCategoryMethod(Sel, Instance);
  761   if (!Instance && !Method && !getSuperClass()) {
  762     Method = lookupInstanceMethod(Sel);
  765     if (!Method)
  766       Method = lookupPrivateMethod(Sel, true);
  769   if (!Method && getSuperClass())
  771   return Method;