Searched refs:CLASS_SUPER_NAME (Results 1 – 4 of 4) sorted by relevance
733 rinter = lookup_interface (CLASS_SUPER_NAME (rinter));805 rinter = lookup_interface (CLASS_SUPER_NAME 885 inter = lookup_interface (CLASS_SUPER_NAME (inter)))886 if (lname == CLASS_SUPER_NAME (inter))892 inter = lookup_interface (CLASS_SUPER_NAME (inter)))893 if (rname == CLASS_SUPER_NAME (inter))2457 super_name = CLASS_SUPER_NAME (interface);2485 super_name = CLASS_SUPER_NAME (interface);3878 if (CLASS_SUPER_NAME (implementation_template) == NULL_TREE in generate_ivar_lists()4355 cat_name_expr = add_objc_string (CLASS_SUPER_NAME (cat), class_names);[all …]
92 #define CLASS_SUPER_NAME(CLASS) ((CLASS)->type.context) macro
975 cls = lookup_interface (CLASS_SUPER_NAME (cls)); in objc_lookup_protocol()1026 lcls = lookup_interface (CLASS_SUPER_NAME (lcls)); in objc_compare_protocols()3364 while (CLASS_SUPER_NAME (interface)) in get_class_ivars()3367 interface = lookup_interface (CLASS_SUPER_NAME (interface)); in get_class_ivars()4107 CLASS_SUPER_NAME (class)); in build_private_template()5221 if (CLASS_SUPER_NAME (implementation_template) == NULL_TREE in generate_ivar_lists()5649 while (category && CLASS_SUPER_NAME (category) != cat_name) in lookup_category()5664 cat_name_expr = add_objc_string (CLASS_SUPER_NAME (cat), class_names); in generate_category()5669 CLASS_SUPER_NAME (cat)); in generate_category()5703 my_super_id = CLASS_SUPER_NAME (implementation_template); in generate_shared_structures()[all …]
62 #define CLASS_SUPER_NAME(CLASS) (TYPE_CHECK (CLASS)->type.context) macro