Searched defs:objc_category (Results 1 – 4 of 4) sorted by relevance
282 struct objc_category struct284 const char* category_name; /* Name of the category.288 const char* class_name; /* Name of the class to291 struct objc_method_list *instance_methods; /* Linked list of297 struct objc_method_list *class_methods; /* Linked list of303 struct objc_protocol_list *protocols; /* List of Protocols
3916 inline void swapStruct(struct objc_category_t &objc_category) { in swapStruct()5612 static void print_objc_objc_category_t(struct objc_category_t *objc_category, in print_objc_objc_category_t()6270 struct objc_category_t objc_category; in printObjc1_32bit_MetaData() local
5684 static bool objc_category = false; in RewriteObjCCategoryImplDecl() local