Lines Matching refs:isInstanceMethod
335 if (MDecl->isInstanceMethod()) in AddAnyMethodToGlobalPool()
439 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
491 MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
1763 (PrevMethod->isInstanceMethod() == Method->isInstanceMethod()) && in DiagnoseClassExtensionDupMethods()
3446 if (!chosen->isInstanceMethod()) in isAcceptableMethodMismatch()
3556 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()
3935 IDecl->getMethod(MD->getSelector(), MD->isInstanceMethod())) { in DiagnoseCategoryDirectMembersProtocolConformance()
4004 if (Method->isInstanceMethod()) { in ActOnAtEnd()
4285 method->isInstanceMethod() ? it->second.first : it->second.second; in OverrideSearch()
4388 Method->isInstanceMethod(), in search()
4452 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second; in CheckObjCMethodOverrides()
4655 bool isInstance = Method->isInstanceMethod(); in checkObjCDirectMethodClashes()
4838 Setter->isInstanceMethod() == ObjCMethod->isInstanceMethod()) { in ActOnMethodDeclaration()
4844 Getter->isInstanceMethod() == ObjCMethod->isInstanceMethod()) { in ActOnMethodDeclaration()
4869 ObjCMethod->isInstanceMethod())) { in ActOnMethodDeclaration()
4938 ObjCMethod->isInstanceMethod())) { in ActOnMethodDeclaration()
5023 InferRelatedResultType = ObjCMethod->isInstanceMethod(); in ActOnMethodDeclaration()