Lines Matching refs:isInstanceMethod
273 if (MDecl->isInstanceMethod()) in AddAnyMethodToGlobalPool()
367 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
421 MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
1672 (PrevMethod->isInstanceMethod() == Method->isInstanceMethod()) && in DiagnoseClassExtensionDupMethods()
3341 if (!chosen->isInstanceMethod()) in isAcceptableMethodMismatch()
3448 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()
3722 if (Method->isInstanceMethod()) { in ActOnAtEnd()
3973 method->isInstanceMethod() ? it->second.first : it->second.second; in OverrideSearch()
4076 Method->isInstanceMethod(), in search()
4129 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second; in CheckObjCMethodOverrides()
4415 ObjCMethod->isInstanceMethod())) { in ActOnMethodDeclaration()
4488 InferRelatedResultType = ObjCMethod->isInstanceMethod(); in ActOnMethodDeclaration()