Searched refs:CLASS_CATEGORY_LIST (Results 1 – 5 of 5) sorted by relevance
185 #define CLASS_CATEGORY_LIST(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 3) macro736 tree category = CLASS_CATEGORY_LIST (klass); in lookup_category()739 category = CLASS_CATEGORY_LIST (category); in lookup_category()
782 while ((category = CLASS_CATEGORY_LIST (category))) in lookup_property()2342 for (c = cls; c; c = CLASS_CATEGORY_LIST (c)) in objc_lookup_protocol()6009 while ((category = CLASS_CATEGORY_LIST (category))) in lookup_method_static()6216 CLASS_CATEGORY_LIST (category) = CLASS_CATEGORY_LIST (klass); in add_category()6217 CLASS_CATEGORY_LIST (klass) = category; in add_category()
199 #define CLASS_CATEGORY_LIST(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 3) macro750 tree category = CLASS_CATEGORY_LIST (klass); in lookup_category()753 category = CLASS_CATEGORY_LIST (category); in lookup_category()
785 while ((category = CLASS_CATEGORY_LIST (category))) in lookup_property()2404 for (c = cls; c; c = CLASS_CATEGORY_LIST (c)) in objc_lookup_protocol()6095 while ((category = CLASS_CATEGORY_LIST (category))) in lookup_method_static()6302 CLASS_CATEGORY_LIST (category) = CLASS_CATEGORY_LIST (klass); in add_category()6303 CLASS_CATEGORY_LIST (klass) = category; in add_category()
26146 CLASS_CATEGORY_LIST, CLASS_PROTOCOL_LIST, CLASS_OWN_IVARS,