Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:Instance

1242     if (OldMsg->getReceiverKind() == ObjCMessageExpr::Instance) {
1273 case ObjCMessageExpr::Instance:
1323 if (OldMsg->getReceiverKind() == ObjCMessageExpr::Instance) {
1349 case ObjCMessageExpr::Instance:
2834 case ObjCMessageExpr::Instance: {
3209 } else { // we don't have any instance variables - insert super struct.
5140 // Output instance methods declared in this protocol.
5178 // Output instance methods declared in this protocol.
5375 // Build _objc_method_list for class's instance methods if needed
5653 // Build _objc_method_list for class's instance methods if needed
5748 // RewriteObjCMethodsMetaData - Rewrite methods metadata for instance or
5791 Result += IsInstanceMethod ? "INSTANCE" : "CLASS";
5841 // lookup which class implements the instance variable.
5881 // lookup which class implements the instance variable.