Lines Matching refs:CLASS_SUPER_NAME

802       inter = lookup_interface (CLASS_SUPER_NAME (inter));
1529 interface_type = lookup_interface (CLASS_SUPER_NAME (implementation_template));
2349 cls = lookup_interface (CLASS_SUPER_NAME (cls));
2400 lcls = lookup_interface (CLASS_SUPER_NAME (lcls));
4017 for (interface = lookup_interface (CLASS_SUPER_NAME (objc_interface_context));
4018 interface; interface = lookup_interface (CLASS_SUPER_NAME (interface)))
4036 for (interface = lookup_interface (CLASS_SUPER_NAME
4039 (CLASS_SUPER_NAME (interface)))
4125 interface = lookup_interface (CLASS_SUPER_NAME (interface));
4128 (CLASS_SUPER_NAME (interface)))
4187 while (CLASS_SUPER_NAME (interface))
4190 interface = lookup_interface (CLASS_SUPER_NAME (interface));
4519 CLASS_SUPER_NAME (klass));
5237 ? CLASS_SUPER_NAME (implementation_template)
5509 if (!CLASS_SUPER_NAME (implementation_template))
5515 rtype = lookup_interface (CLASS_SUPER_NAME (implementation_template));
6042 inter = lookup_interface (CLASS_SUPER_NAME (inter));
6197 || !CLASS_SUPER_NAME (klass))
6208 tree cat = lookup_category (klass, CLASS_SUPER_NAME (category));
6214 CLASS_SUPER_NAME (category));
6457 while (CLASS_SUPER_NAME (klass))
6459 klass = lookup_interface (CLASS_SUPER_NAME (klass));
6624 if (CLASS_SUPER_NAME (interface))
6625 interface = lookup_interface (CLASS_SUPER_NAME (interface));
6633 if (CLASS_SUPER_NAME (implementation))
6634 interface = lookup_interface (CLASS_SUPER_NAME (implementation));
6660 CLASS_SUPER_NAME (implementation));
6691 tree super = (CLASS_SUPER_NAME (klass)
6692 ? lookup_interface (CLASS_SUPER_NAME (klass))
6748 context = (CLASS_SUPER_NAME (context)
6749 ? lookup_interface (CLASS_SUPER_NAME (context))
6775 CLASS_SUPER_NAME (objc_implementation_context));
6832 lookup_interface (CLASS_SUPER_NAME (implementation_template));
6931 CLASS_SUPER_NAME (klass) = super_name;
6983 && (super_name != CLASS_SUPER_NAME (implementation_template)))
6985 tree previous_name = CLASS_SUPER_NAME (implementation_template);
6996 CLASS_SUPER_NAME (objc_implementation_context)
6997 = CLASS_SUPER_NAME (implementation_template);
7254 if (CLASS_SUPER_NAME (interface))
7255 interface = lookup_interface (CLASS_SUPER_NAME (interface));
7944 CLASS_SUPER_NAME (objc_implementation_context));
8028 tree category = lookup_category (implementation_template, CLASS_SUPER_NAME (klass));
8044 CLASS_SUPER_NAME (objc_implementation_context));
8451 if(CLASS_SUPER_NAME (objc_implementation_context)
8761 : IDENTIFIER_POINTER (CLASS_SUPER_NAME (objc_implementation_context)));
8849 CLASS_SUPER_NAME (objc_implementation_context));
8911 tree super_name = CLASS_SUPER_NAME (imp_list->imp_template);
9184 /* CLASS_SUPER_NAME is used to store the superclass name for
9186 if (CLASS_SUPER_NAME (chain))
9188 const char *name = IDENTIFIER_POINTER (CLASS_SUPER_NAME (chain));