Lines Matching refs:isInstanceMethod

113     if (MD && MD->isInstanceMethod() == isInstance)  in getMethod()
131 if (MD && MD->isInstanceMethod() && !MD->isImplicit()) in HasUserDeclaredSetterMethod()
977 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
982 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
987 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
992 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
1005 isInstanceMethod(), in getNextRedeclarationImpl()
1024 if (ObjCMethodDecl *MD = IFD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl()
1027 if (ObjCMethodDecl *MD = Ext->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl()
1032 if (ObjCMethodDecl *MD = CatD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl()
1039 cast<ObjCContainerDecl>(CtxD)->getMethod(Sel, isInstanceMethod(), in getCanonicalDecl()
1081 if (!isInstanceMethod() || !getReturnType()->isObjCObjectPointerType()) in getMethodFamily()
1103 if (!isInstanceMethod()) in getMethodFamily()
1108 if (isInstanceMethod() || !getReturnType()->isVoidType()) in getMethodFamily()
1113 if (!isInstanceMethod() || !getReturnType()->isObjCIdType()) in getMethodFamily()
1152 if (isInstanceMethod()) { in getSelfType()
1165 if (isInstanceMethod()) { in getSelfType()
1268 Method->isInstanceMethod(), in CollectOverriddenMethodsRecurse()
1285 Method->isInstanceMethod(), in CollectOverriddenMethodsRecurse()
1335 Method->isInstanceMethod(), in collectOverriddenMethodsSlow()
1348 Method->isInstanceMethod(), in collectOverriddenMethodsSlow()
1366 ->getMethod(Method->getSelector(), Method->isInstanceMethod(), in getOverriddenMethods()
1392 bool IsInstance = isInstanceMethod(); in findPropertyDecl()