Lines Matching refs:isInstanceMethod
335 if (MDecl->isInstanceMethod()) in AddAnyMethodToGlobalPool()
439 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
491 MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
1765 (PrevMethod->isInstanceMethod() == Method->isInstanceMethod()) && in DiagnoseClassExtensionDupMethods()
3454 if (!chosen->isInstanceMethod()) in isAcceptableMethodMismatch()
3564 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()
3943 IDecl->getMethod(MD->getSelector(), MD->isInstanceMethod())) { in DiagnoseCategoryDirectMembersProtocolConformance()
4012 if (Method->isInstanceMethod()) { in ActOnAtEnd()
4293 method->isInstanceMethod() ? it->second.first : it->second.second; in OverrideSearch()
4396 Method->isInstanceMethod(), in search()
4462 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second; in CheckObjCMethodOverrides()
4665 bool isInstance = Method->isInstanceMethod(); in checkObjCDirectMethodClashes()
4848 Setter->isInstanceMethod() == ObjCMethod->isInstanceMethod()) { in ActOnMethodDeclaration()
4854 Getter->isInstanceMethod() == ObjCMethod->isInstanceMethod()) { in ActOnMethodDeclaration()
4880 ObjCMethod->isInstanceMethod())) { in ActOnMethodDeclaration()
4951 ObjCMethod->isInstanceMethod())) { in ActOnMethodDeclaration()
5036 InferRelatedResultType = ObjCMethod->isInstanceMethod(); in ActOnMethodDeclaration()