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

References

tools/clang/lib/AST/DeclObjC.cpp
  700     if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
  705       if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
  711       if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
  721           if ((MethodDecl = Protocol->lookupMethod(Sel, isInstance)))