Lines Matching refs:isInstanceMethod

113     if (MD && MD->isInstanceMethod() == isInstance)  in getMethod()
131 if (MD && MD->isInstanceMethod() && !MD->isImplicit()) in HasUserDeclaredSetterMethod()
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()
970 isInstanceMethod(), 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()
1046 if (!isInstanceMethod() || !getReturnType()->isObjCObjectPointerType()) in getMethodFamily()
1068 if (!isInstanceMethod()) in getMethodFamily()
1073 if (isInstanceMethod() || !getReturnType()->isVoidType()) in getMethodFamily()
1078 if (!isInstanceMethod() || !getReturnType()->isObjCIdType()) in getMethodFamily()
1117 if (isInstanceMethod()) { in getSelfType()
1130 if (isInstanceMethod()) { in getSelfType()
1233 Method->isInstanceMethod(), in CollectOverriddenMethodsRecurse()
1250 Method->isInstanceMethod(), in CollectOverriddenMethodsRecurse()
1300 Method->isInstanceMethod(), in collectOverriddenMethodsSlow()
1313 Method->isInstanceMethod(), in collectOverriddenMethodsSlow()
1331 ->getMethod(Method->getSelector(), Method->isInstanceMethod(), in getOverriddenMethods()
1357 bool IsInstance = isInstanceMethod(); in findPropertyDecl()