Lines Matching refs:getMethod
92 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance, in getMethod() function in ObjCContainerDecl
710 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance))) in lookupMethod()
715 if ((MethodDecl = Cat->getMethod(Sel, isInstance))) in lookupMethod()
942 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
947 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
952 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
957 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
969 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(), in getNextRedeclarationImpl()
989 if (ObjCMethodDecl *MD = IFD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl()
992 if (ObjCMethodDecl *MD = Ext->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl()
997 if (ObjCMethodDecl *MD = CatD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl()
1004 cast<ObjCContainerDecl>(CtxD)->getMethod(Sel, isInstanceMethod(), in getCanonicalDecl()
1232 Overridden = Container->getMethod(Method->getSelector(), in CollectOverriddenMethodsRecurse()
1249 Overridden = Container->getMethod(Method->getSelector(), in CollectOverriddenMethodsRecurse()
1299 if (const ObjCMethodDecl *IFaceMeth = ID->getMethod(Method->getSelector(), in collectOverriddenMethodsSlow()
1312 if (const ObjCMethodDecl *IFaceMeth = ID->getMethod(Method->getSelector(), in collectOverriddenMethodsSlow()
1331 ->getMethod(Method->getSelector(), Method->isInstanceMethod(), in getOverriddenMethods()
1978 if ((MethodDecl = getMethod(Sel, isInstance))) in lookupMethod()