Lines Matching refs:lookupMethod
438 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
489 SuperClass->lookupMethod(MDecl->getSelector(), in ActOnStartOfObjCMethodDef()
2733 (!Super || !Super->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2748 IDecl->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2765 (!Super || !Super->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2771 if (C && IDecl->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2916 if (SuperIDecl && SuperIDecl->lookupMethod(Sel, true)) in CheckCategoryVsClassMethodMatches()
2923 if (SuperIDecl && SuperIDecl->lookupMethod(Sel, false)) in CheckCategoryVsClassMethodMatches()
4657 if (auto *IMD = IDecl->lookupMethod(ObjCMethod->getSelector(), in ActOnMethodDeclaration()
4674 if (auto *IMD = P->lookupMethod(ObjCMethod->getSelector(), in ActOnMethodDeclaration()
4981 Method = IDecl->lookupMethod(Method->getSelector(), /*isInstance=*/true, in GetIvarBackingPropertyAccessor()