Lines Matching refs:lookupMethod
439 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
490 SuperClass->lookupMethod(MDecl->getSelector(), in ActOnStartOfObjCMethodDef()
2771 (!Super || !Super->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2786 IDecl->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2802 (!Super || !Super->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2808 if (C && IDecl->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2959 if (SuperIDecl && SuperIDecl->lookupMethod(Sel, true)) in CheckCategoryVsClassMethodMatches()
2966 if (SuperIDecl && SuperIDecl->lookupMethod(Sel, false)) in CheckCategoryVsClassMethodMatches()
4891 if (auto *IMD = IDecl->lookupMethod(ObjCMethod->getSelector(), in ActOnMethodDeclaration()
4962 if (auto *IMD = P->lookupMethod(ObjCMethod->getSelector(), in ActOnMethodDeclaration()
5285 Method = IDecl->lookupMethod(Method->getSelector(), /*isInstance=*/true, in GetIvarBackingPropertyAccessor()