Lines Matching refs:isInstanceMethod
335 if (MDecl->isInstanceMethod()) in AddAnyMethodToGlobalPool()
439 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
491 MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
1779 (PrevMethod->isInstanceMethod() == Method->isInstanceMethod()) && in DiagnoseClassExtensionDupMethods()
3462 if (!chosen->isInstanceMethod()) in isAcceptableMethodMismatch()
3572 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()
3951 IDecl->getMethod(MD->getSelector(), MD->isInstanceMethod())) { in DiagnoseCategoryDirectMembersProtocolConformance()
4020 if (Method->isInstanceMethod()) { in ActOnAtEnd()
4301 method->isInstanceMethod() ? it->second.first : it->second.second; in OverrideSearch()
4404 Method->isInstanceMethod(), in search()
4474 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second; in CheckObjCMethodOverrides()
4677 bool isInstance = Method->isInstanceMethod(); in checkObjCDirectMethodClashes()
4860 Setter->isInstanceMethod() == ObjCMethod->isInstanceMethod()) { in ActOnMethodDeclaration()
4866 Getter->isInstanceMethod() == ObjCMethod->isInstanceMethod()) { in ActOnMethodDeclaration()
4892 ObjCMethod->isInstanceMethod())) { in ActOnMethodDeclaration()
4963 ObjCMethod->isInstanceMethod())) { in ActOnMethodDeclaration()
5048 InferRelatedResultType = ObjCMethod->isInstanceMethod(); in ActOnMethodDeclaration()