Searched refs:objc_category (Results 1 – 3 of 3) sorted by relevance
3917 sys::swapByteOrder(objc_category.category_name); in swapStruct()3918 sys::swapByteOrder(objc_category.class_name); in swapStruct()3919 sys::swapByteOrder(objc_category.instance_methods); in swapStruct()3920 sys::swapByteOrder(objc_category.class_methods); in swapStruct()3921 sys::swapByteOrder(objc_category.protocols); in swapStruct()5631 << format("0x%08" PRIx32, objc_category->class_name); in print_objc_objc_category_t()5649 if (print_method_list(objc_category->class_methods, info)) in print_objc_objc_category_t()6270 struct objc_category_t objc_category; in printObjc1_32bit_MetaData() local6416 memcpy(&objc_category, r, left); in printObjc1_32bit_MetaData()6419 swapStruct(objc_category); in printObjc1_32bit_MetaData()[all …]
5672 static bool objc_category = false; in RewriteObjCCategoryImplDecl() local5673 if (!objc_category) { in RewriteObjCCategoryImplDecl()5683 objc_category = true; in RewriteObjCCategoryImplDecl()
471 def SubjectMatcherForObjCCategory : AttrSubjectMatcherRule<"objc_category",