Lines Matching refs:isInstanceMethod
90 if (MD && MD->isInstanceMethod() == isInstance) in getMethod()
108 if (MD && MD->isInstanceMethod() && !MD->isImplicit()) in HasUserDeclaredSetterMethod()
853 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
858 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
864 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
870 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
877 isInstanceMethod()); in getNextRedeclarationImpl()
889 isInstanceMethod())) in getCanonicalDecl()
896 isInstanceMethod())) in getCanonicalDecl()
902 isInstanceMethod()); in getCanonicalDecl()
941 if (!isInstanceMethod() || !getReturnType()->isObjCObjectPointerType()) in getMethodFamily()
963 if (!isInstanceMethod()) in getMethodFamily()
968 if (isInstanceMethod() || !getReturnType()->isVoidType()) in getMethodFamily()
973 if (!isInstanceMethod() || !getReturnType()->isObjCIdType()) in getMethodFamily()
1012 if (isInstanceMethod()) { in getSelfType()
1025 if (isInstanceMethod()) { in getSelfType()
1121 Method->isInstanceMethod(), in CollectOverriddenMethodsRecurse()
1138 Method->isInstanceMethod(), in CollectOverriddenMethodsRecurse()
1189 Method->isInstanceMethod(), in collectOverriddenMethodsSlow()
1202 Method->isInstanceMethod(), in collectOverriddenMethodsSlow()
1220 getMethod(Method->getSelector(), Method->isInstanceMethod()); in getOverriddenMethods()
1240 bool IsInstance = isInstanceMethod(); in findPropertyDecl()