Lines Matching defs:getMethod
93 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance,
717 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
722 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
977 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
982 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
987 Redecl = IFD->getMethod(getSelector(), isInstanceMethod());
992 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
1004 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(),
1024 if (ObjCMethodDecl *MD = IFD->getMethod(Sel, isInstanceMethod()))
1027 if (ObjCMethodDecl *MD = Ext->getMethod(Sel, isInstanceMethod()))
1032 if (ObjCMethodDecl *MD = CatD->getMethod(Sel, isInstanceMethod()))
1039 cast<ObjCContainerDecl>(CtxD)->getMethod(Sel, isInstanceMethod(),
1267 Overridden = Container->getMethod(Method->getSelector(),
1284 Overridden = Container->getMethod(Method->getSelector(),
1334 if (const ObjCMethodDecl *IFaceMeth = ID->getMethod(Method->getSelector(),
1347 if (const ObjCMethodDecl *IFaceMeth = ID->getMethod(Method->getSelector(),
1366 ->getMethod(Method->getSelector(), Method->isInstanceMethod(),
2007 if ((MethodDecl = getMethod(Sel, isInstance)))