Lines Matching refs:getSelector
854 return ID->isDesignatedInitializer(getSelector(), InitMethod); in isDesignatedInitializerForTheInterface()
901 setSelLocsKind(hasStandardSelectorLocs(getSelector(), SelLocs, Params, in setMethodParams()
926 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
931 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
936 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
941 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
953 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(), in getNextRedeclarationImpl()
963 const auto &Sel = getSelector(); in getCanonicalDecl()
1023 family = getSelector().getMethodFamily(); in getMethodFamily()
1216 Overridden = Container->getMethod(Method->getSelector(), in CollectOverriddenMethodsRecurse()
1233 Overridden = Container->getMethod(Method->getSelector(), in CollectOverriddenMethodsRecurse()
1283 if (const ObjCMethodDecl *IFaceMeth = ID->getMethod(Method->getSelector(), in collectOverriddenMethodsSlow()
1296 if (const ObjCMethodDecl *IFaceMeth = ID->getMethod(Method->getSelector(), in collectOverriddenMethodsSlow()
1315 ->getMethod(Method->getSelector(), Method->isInstanceMethod(), in getOverriddenMethods()
1328 Selector Sel = getSelector(); in findPropertyDecl()