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