Home
last modified time | relevance | path

Searched refs:objc_category (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp4136 sys::swapByteOrder(objc_category.category_name); in swapStruct()
4137 sys::swapByteOrder(objc_category.class_name); in swapStruct()
4138 sys::swapByteOrder(objc_category.instance_methods); in swapStruct()
4139 sys::swapByteOrder(objc_category.class_methods); in swapStruct()
4140 sys::swapByteOrder(objc_category.protocols); in swapStruct()
5850 << format("0x%08" PRIx32, objc_category->class_name); in print_objc_objc_category_t()
5868 if (print_method_list(objc_category->class_methods, info)) in print_objc_objc_category_t()
6489 struct objc_category_t objc_category; in printObjc1_32bit_MetaData() local
6635 memcpy(&objc_category, r, left); in printObjc1_32bit_MetaData()
6638 swapStruct(objc_category); in printObjc1_32bit_MetaData()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5672 static bool objc_category = false; in RewriteObjCCategoryImplDecl() local
5673 if (!objc_category) { in RewriteObjCCategoryImplDecl()
5683 objc_category = true; in RewriteObjCCategoryImplDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td559 def SubjectMatcherForObjCCategory : AttrSubjectMatcherRule<"objc_category",