Lines Matching refs:lookupMethod
439 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
490 SuperClass->lookupMethod(MDecl->getSelector(), in ActOnStartOfObjCMethodDef()
2755 (!Super || !Super->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2770 IDecl->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2787 (!Super || !Super->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2793 if (C && IDecl->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2944 if (SuperIDecl && SuperIDecl->lookupMethod(Sel, true)) in CheckCategoryVsClassMethodMatches()
2951 if (SuperIDecl && SuperIDecl->lookupMethod(Sel, false)) in CheckCategoryVsClassMethodMatches()
4868 if (auto *IMD = IDecl->lookupMethod(ObjCMethod->getSelector(), in ActOnMethodDeclaration()
4937 if (auto *IMD = P->lookupMethod(ObjCMethod->getSelector(), in ActOnMethodDeclaration()
5260 Method = IDecl->lookupMethod(Method->getSelector(), /*isInstance=*/true, in GetIvarBackingPropertyAccessor()