Lines Matching refs:isInstanceMethod
90 if (MD && MD->isInstanceMethod() == isInstance) in getMethod()
108 if (MD && MD->isInstanceMethod() && !MD->isImplicit()) in HasUserDeclaredSetterMethod()
740 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
745 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
751 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
757 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
764 isInstanceMethod()); in getNextRedeclarationImpl()
776 isInstanceMethod())) in getCanonicalDecl()
783 isInstanceMethod())) in getCanonicalDecl()
789 isInstanceMethod()); in getCanonicalDecl()
828 if (!isInstanceMethod() || !getReturnType()->isObjCObjectPointerType()) in getMethodFamily()
850 if (!isInstanceMethod()) in getMethodFamily()
855 if (isInstanceMethod() || !getReturnType()->isVoidType()) in getMethodFamily()
860 if (!isInstanceMethod() || !getReturnType()->isObjCIdType()) in getMethodFamily()
895 if (isInstanceMethod()) { in createImplicitParams()
911 if (isInstanceMethod()) { in createImplicitParams()
986 Method->isInstanceMethod(), in CollectOverriddenMethodsRecurse()
1003 Method->isInstanceMethod(), in CollectOverriddenMethodsRecurse()
1054 Method->isInstanceMethod(), in collectOverriddenMethodsSlow()
1067 Method->isInstanceMethod(), in collectOverriddenMethodsSlow()
1085 getMethod(Method->getSelector(), Method->isInstanceMethod()); in getOverriddenMethods()
1102 if (!isInstanceMethod()) in findPropertyDecl()