Lines Matching refs:lookupMethod
439 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
490 SuperClass->lookupMethod(MDecl->getSelector(), in ActOnStartOfObjCMethodDef()
2763 (!Super || !Super->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2778 IDecl->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2794 (!Super || !Super->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2800 if (C && IDecl->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2951 if (SuperIDecl && SuperIDecl->lookupMethod(Sel, true)) in CheckCategoryVsClassMethodMatches()
2958 if (SuperIDecl && SuperIDecl->lookupMethod(Sel, false)) in CheckCategoryVsClassMethodMatches()
4879 if (auto *IMD = IDecl->lookupMethod(ObjCMethod->getSelector(), in ActOnMethodDeclaration()
4950 if (auto *IMD = P->lookupMethod(ObjCMethod->getSelector(), in ActOnMethodDeclaration()
5273 Method = IDecl->lookupMethod(Method->getSelector(), /*isInstance=*/true, in GetIvarBackingPropertyAccessor()