Lines Matching refs:MethodDecl
703 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
710 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance))) in lookupMethod()
711 return MethodDecl; in lookupMethod()
715 if ((MethodDecl = Cat->getMethod(Sel, isInstance))) in lookupMethod()
716 if (C != Cat || !MethodDecl->isImplicit()) in lookupMethod()
717 return MethodDecl; in lookupMethod()
721 if ((MethodDecl = I->lookupMethod(Sel, isInstance))) in lookupMethod()
722 return MethodDecl; in lookupMethod()
731 if ((MethodDecl = Protocol->lookupMethod(Sel, isInstance))) in lookupMethod()
732 if (C != Cat || !MethodDecl->isImplicit()) in lookupMethod()
733 return MethodDecl; in lookupMethod()
1970 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
1978 if ((MethodDecl = getMethod(Sel, isInstance))) in lookupMethod()
1979 return MethodDecl; in lookupMethod()
1982 if ((MethodDecl = I->lookupMethod(Sel, isInstance))) in lookupMethod()
1983 return MethodDecl; in lookupMethod()