Lines Matching refs:isInstanceMethod
1500 if (Method->isInstanceMethod() && isClassMessage) in getBaseMessageSendResultType()
1653 iface->getMethod(MD->getSelector(), MD->isInstanceMethod()); in findExplicitInstancetypeDeclarer()
1721 << Method->isInstanceMethod() << Method->getSelector() in EmitRelatedResultTypeNote()
2186 if (CurMethod->isInstanceMethod()) { in ActOnClassPropertyRefExpr()
2425 if (Method->isInstanceMethod()) { in ActOnSuperMessage()
2968 Sel, ArgsIn, Method->isInstanceMethod(), Methods)) in BuildInstanceMessage()
3028 if (Method->isInstanceMethod()) { in BuildInstanceMessage()
3038 Sel, ArgsIn, Method->isInstanceMethod(), Methods)) in BuildInstanceMessage()
3115 Sel, ArgsIn, Method->isInstanceMethod(), Methods)) in BuildInstanceMessage()
4829 } else if (CurMethod->isInstanceMethod()) { in LookupIvarInObjCMethod()
4875 assert(CurMethod && CurMethod->isInstanceMethod() && in BuildIvarRefExpr()