Lines Matching refs:MethodDecl
664 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
671 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance))) in lookupMethod()
672 return MethodDecl; in lookupMethod()
676 if ((MethodDecl = Cat->getMethod(Sel, isInstance))) in lookupMethod()
677 if (C != Cat || !MethodDecl->isImplicit()) in lookupMethod()
678 return MethodDecl; in lookupMethod()
682 if ((MethodDecl = I->lookupMethod(Sel, isInstance))) in lookupMethod()
683 return MethodDecl; in lookupMethod()
693 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance))) in lookupMethod()
694 if (C != Cat || !MethodDecl->isImplicit()) in lookupMethod()
695 return MethodDecl; in lookupMethod()
1822 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
1830 if ((MethodDecl = getMethod(Sel, isInstance))) in lookupMethod()
1831 return MethodDecl; in lookupMethod()
1834 if ((MethodDecl = I->lookupMethod(Sel, isInstance))) in lookupMethod()
1835 return MethodDecl; in lookupMethod()