Lines Matching refs:isInstanceMethod
113 if (MD && MD->isInstanceMethod() == isInstance) in getMethod()
131 if (MD && MD->isInstanceMethod() && !MD->isImplicit()) in HasUserDeclaredSetterMethod()
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()
954 isInstanceMethod(), in getNextRedeclarationImpl()
973 if (ObjCMethodDecl *MD = IFD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl()
976 if (ObjCMethodDecl *MD = Ext->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl()
981 if (ObjCMethodDecl *MD = CatD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl()
988 cast<ObjCContainerDecl>(CtxD)->getMethod(Sel, isInstanceMethod(), in getCanonicalDecl()
1030 if (!isInstanceMethod() || !getReturnType()->isObjCObjectPointerType()) in getMethodFamily()
1052 if (!isInstanceMethod()) in getMethodFamily()
1057 if (isInstanceMethod() || !getReturnType()->isVoidType()) in getMethodFamily()
1062 if (!isInstanceMethod() || !getReturnType()->isObjCIdType()) in getMethodFamily()
1101 if (isInstanceMethod()) { in getSelfType()
1114 if (isInstanceMethod()) { in getSelfType()
1217 Method->isInstanceMethod(), in CollectOverriddenMethodsRecurse()
1234 Method->isInstanceMethod(), in CollectOverriddenMethodsRecurse()
1284 Method->isInstanceMethod(), in collectOverriddenMethodsSlow()
1297 Method->isInstanceMethod(), in collectOverriddenMethodsSlow()
1315 ->getMethod(Method->getSelector(), Method->isInstanceMethod(), in getOverriddenMethods()
1341 bool IsInstance = isInstanceMethod(); in findPropertyDecl()