Lines Matching defs:getMethod
91 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance,
715 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
720 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
975 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
980 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
985 Redecl = IFD->getMethod(getSelector(), isInstanceMethod());
990 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
1002 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(),
1022 if (ObjCMethodDecl *MD = IFD->getMethod(Sel, isInstanceMethod()))
1025 if (ObjCMethodDecl *MD = Ext->getMethod(Sel, isInstanceMethod()))
1030 if (ObjCMethodDecl *MD = CatD->getMethod(Sel, isInstanceMethod()))
1037 cast<ObjCContainerDecl>(CtxD)->getMethod(Sel, isInstanceMethod(),
1265 Overridden = Container->getMethod(Method->getSelector(),
1282 Overridden = Container->getMethod(Method->getSelector(),
1332 if (const ObjCMethodDecl *IFaceMeth = ID->getMethod(Method->getSelector(),
1345 if (const ObjCMethodDecl *IFaceMeth = ID->getMethod(Method->getSelector(),
1364 ->getMethod(Method->getSelector(), Method->isInstanceMethod(),
2005 if ((MethodDecl = getMethod(Sel, isInstance)))