Home
last modified time | relevance | path

Searched defs:objc_category (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dmodule-abi-8.h282 struct objc_category struct
284 const char* category_name; /* Name of the category.
288 const char* class_name; /* Name of the class to
291 struct objc_method_list *instance_methods; /* Linked list of
297 struct objc_method_list *class_methods; /* Linked list of
303 struct objc_protocol_list *protocols; /* List of Protocols
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dmodule-abi-8.h282 struct objc_category struct
284 const char* category_name; /* Name of the category.
288 const char* class_name; /* Name of the class to
291 struct objc_method_list *instance_methods; /* Linked list of
297 struct objc_method_list *class_methods; /* Linked list of
303 struct objc_protocol_list *protocols; /* List of Protocols
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3916 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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5684 static bool objc_category = false; in RewriteObjCCategoryImplDecl() local