Lines Matching defs:MethodDecl
710 ObjCMethodDecl *MethodDecl = nullptr;
717 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
718 return MethodDecl;
722 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
723 if (C != Cat || !MethodDecl->isImplicit())
724 return MethodDecl;
728 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
729 return MethodDecl;
738 if ((MethodDecl = Protocol->lookupMethod(Sel, isInstance)))
739 if (C != Cat || !MethodDecl->isImplicit())
740 return MethodDecl;
1999 ObjCMethodDecl *MethodDecl = nullptr;
2007 if ((MethodDecl = getMethod(Sel, isInstance)))
2008 return MethodDecl;
2011 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
2012 return MethodDecl;