Lines Matching refs:isInstanceMethod
112 if (MD && MD->isInstanceMethod() == isInstance)
130 if (MD && MD->isInstanceMethod() && !MD->isImplicit())
975 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
980 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
985 Redecl = IFD->getMethod(getSelector(), isInstanceMethod());
990 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
1003 isInstanceMethod(),
1022 if (ObjCMethodDecl *MD = IFD->getMethod(Sel, isInstanceMethod()))
1025 if (ObjCMethodDecl *MD = Ext->getMethod(Sel, isInstanceMethod()))
1030 if (ObjCMethodDecl *MD = CatD->getMethod(Sel, isInstanceMethod()))
1037 cast<ObjCContainerDecl>(CtxD)->getMethod(Sel, isInstanceMethod(),
1079 if (!isInstanceMethod() || !getReturnType()->isObjCObjectPointerType())
1101 if (!isInstanceMethod())
1106 if (isInstanceMethod() || !getReturnType()->isVoidType())
1111 if (!isInstanceMethod() || !getReturnType()->isObjCIdType())
1150 if (isInstanceMethod()) {
1163 if (isInstanceMethod()) {
1266 Method->isInstanceMethod(),
1283 Method->isInstanceMethod(),
1333 Method->isInstanceMethod(),
1346 Method->isInstanceMethod(),
1364 ->getMethod(Method->getSelector(), Method->isInstanceMethod(),
1390 bool IsInstance = isInstanceMethod();