Lines Matching defs:getMethod
68 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance,
561 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
571 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
738 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
743 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
749 Redecl = IFD->getMethod(getSelector(), isInstanceMethod());
755 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
761 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(),
773 if (ObjCMethodDecl *MD = IFD->getMethod(getSelector(),
780 if (ObjCMethodDecl *MD = CatD->getMethod(getSelector(),
786 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(),
971 Overridden = Container->getMethod(Method->getSelector(),
988 Overridden = Container->getMethod(Method->getSelector(),
1039 if (const ObjCMethodDecl *IFaceMeth = ID->getMethod(Method->getSelector(),
1052 if (const ObjCMethodDecl *IFaceMeth = ID->getMethod(Method->getSelector(),
1071 getMethod(Method->getSelector(), Method->isInstanceMethod());
1546 if ((MethodDecl = getMethod(Sel, isInstance)))