Lines Matching refs:getSelector
862 return ID->isDesignatedInitializer(getSelector(), InitMethod); in isDesignatedInitializerForTheInterface()
917 setSelLocsKind(hasStandardSelectorLocs(getSelector(), SelLocs, Params, in setMethodParams()
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()
979 const auto &Sel = getSelector(); in getCanonicalDecl()
1039 family = getSelector().getMethodFamily(); in getMethodFamily()
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()
1344 Selector Sel = getSelector(); in findPropertyDecl()