Searched refs:objc_category (Results 1 – 3 of 3) sorted by relevance
4155 inline void swapStruct(struct objc_category_t &objc_category) { in swapStruct() argument4156 sys::swapByteOrder(objc_category.category_name); in swapStruct()4157 sys::swapByteOrder(objc_category.class_name); in swapStruct()4158 sys::swapByteOrder(objc_category.instance_methods); in swapStruct()4159 sys::swapByteOrder(objc_category.class_methods); in swapStruct()4160 sys::swapByteOrder(objc_category.protocols); in swapStruct()5947 static void print_objc_objc_category_t(struct objc_category_t *objc_category, in print_objc_objc_category_t() argument5954 << format("0x%08" PRIx32, objc_category->category_name); in print_objc_objc_category_t()5956 name = get_pointer_32(objc_category->category_name, offset, left, S, info, in print_objc_objc_category_t()5966 << format("0x%08" PRIx32, objc_category->class_name); in print_objc_objc_category_t()[all …]
5651 static bool objc_category = false; in RewriteObjCCategoryImplDecl() local5652 if (!objc_category) { in RewriteObjCCategoryImplDecl()5662 objc_category = true; in RewriteObjCCategoryImplDecl()
612 def SubjectMatcherForObjCCategory : AttrSubjectMatcherRule<"objc_category",