Lines Matching refs:MethodDecl
711 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
718 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance))) in lookupMethod()
719 return MethodDecl; in lookupMethod()
723 if ((MethodDecl = Cat->getMethod(Sel, isInstance))) in lookupMethod()
724 if (C != Cat || !MethodDecl->isImplicit()) in lookupMethod()
725 return MethodDecl; in lookupMethod()
729 if ((MethodDecl = I->lookupMethod(Sel, isInstance))) in lookupMethod()
730 return MethodDecl; in lookupMethod()
739 if ((MethodDecl = Protocol->lookupMethod(Sel, isInstance))) in lookupMethod()
740 if (C != Cat || !MethodDecl->isImplicit()) in lookupMethod()
741 return MethodDecl; in lookupMethod()
2005 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
2013 if ((MethodDecl = getMethod(Sel, isInstance))) in lookupMethod()
2014 return MethodDecl; in lookupMethod()
2017 if ((MethodDecl = I->lookupMethod(Sel, isInstance))) in lookupMethod()
2018 return MethodDecl; in lookupMethod()