Lines Matching defs:MethodDecl
708 ObjCMethodDecl *MethodDecl = nullptr;
715 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
716 return MethodDecl;
720 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
721 if (C != Cat || !MethodDecl->isImplicit())
722 return MethodDecl;
726 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
727 return MethodDecl;
736 if ((MethodDecl = Protocol->lookupMethod(Sel, isInstance)))
737 if (C != Cat || !MethodDecl->isImplicit())
738 return MethodDecl;
1997 ObjCMethodDecl *MethodDecl = nullptr;
2005 if ((MethodDecl = getMethod(Sel, isInstance)))
2006 return MethodDecl;
2009 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
2010 return MethodDecl;