Home | History | Annotate | Download | only in AST

Lines Matching defs:getMethod

68 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance,
671 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
676 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
853 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
858 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
864 Redecl = IFD->getMethod(getSelector(), isInstanceMethod());
870 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
876 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(),
888 if (ObjCMethodDecl *MD = IFD->getMethod(getSelector(),
895 if (ObjCMethodDecl *MD = CatD->getMethod(getSelector(),
901 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(),
1120 Overridden = Container->getMethod(Method->getSelector(),
1137 Overridden = Container->getMethod(Method->getSelector(),
1188 if (const ObjCMethodDecl *IFaceMeth = ID->getMethod(Method->getSelector(),
1201 if (const ObjCMethodDecl *IFaceMeth = ID->getMethod(Method->getSelector(),
1220 getMethod(Method->getSelector(), Method->isInstanceMethod());
1830 if ((MethodDecl = getMethod(Sel, isInstance)))