• Home
  • Raw
  • Download

Lines Matching refs:isInstanceMethod

113     if (MD && MD->isInstanceMethod() == isInstance)  in getMethod()
131 if (MD && MD->isInstanceMethod() && !MD->isImplicit()) in HasUserDeclaredSetterMethod()
925 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
930 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
935 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
940 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
953 isInstanceMethod(), in getNextRedeclarationImpl()
972 if (ObjCMethodDecl *MD = IFD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl()
975 if (ObjCMethodDecl *MD = Ext->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl()
980 if (ObjCMethodDecl *MD = CatD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl()
987 cast<ObjCContainerDecl>(CtxD)->getMethod(Sel, isInstanceMethod(), in getCanonicalDecl()
1029 if (!isInstanceMethod() || !getReturnType()->isObjCObjectPointerType()) in getMethodFamily()
1051 if (!isInstanceMethod()) in getMethodFamily()
1056 if (isInstanceMethod() || !getReturnType()->isVoidType()) in getMethodFamily()
1061 if (!isInstanceMethod() || !getReturnType()->isObjCIdType()) in getMethodFamily()
1100 if (isInstanceMethod()) { in getSelfType()
1113 if (isInstanceMethod()) { in getSelfType()
1216 Method->isInstanceMethod(), in CollectOverriddenMethodsRecurse()
1233 Method->isInstanceMethod(), in CollectOverriddenMethodsRecurse()
1283 Method->isInstanceMethod(), in collectOverriddenMethodsSlow()
1296 Method->isInstanceMethod(), in collectOverriddenMethodsSlow()
1314 ->getMethod(Method->getSelector(), Method->isInstanceMethod(), in getOverriddenMethods()
1340 bool IsInstance = isInstanceMethod(); in findPropertyDecl()