Searched refs:objc_category (Results 1 – 16 of 16) sorted by relevance
/external/llvm/test/MC/MachO/ |
D | x86_64-sections.s | 31 .objc_category
|
D | x86_32-sections.s | 35 .objc_category
|
D | x86_64-symbols.s | 96 .objc_category
|
D | x86_32-symbols.s | 96 .objc_category
|
/external/llvm-project/llvm/test/MC/MachO/ |
D | x86_64-sections.s | 31 .objc_category
|
D | x86_32-sections.s | 35 .objc_category
|
D | x86_64-symbols.s | 96 .objc_category
|
D | x86_32-symbols.s | 96 .objc_category
|
/external/llvm-project/clang/test/AST/ |
D | pragma-attribute-objc-subject-match-rules.m | 3 …ks -fobjc-arc -Wno-objc-root-class -fsyntax-only -ast-dump "-DSUBJECT=objc_category" %s | FileChec…
|
/external/llvm-project/clang/test/Index/Core/ |
D | external-source-symbol-attr.m | 5 …mod_name) push(GEN_DECL(mod_name), apply_to=any(enum, objc_interface, objc_category, objc_protocol…
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 3159 inline void swapStruct(struct objc_category_t &objc_category) { in swapStruct() argument 3160 sys::swapByteOrder(objc_category.category_name); in swapStruct() 3161 sys::swapByteOrder(objc_category.class_name); in swapStruct() 3162 sys::swapByteOrder(objc_category.instance_methods); in swapStruct() 3163 sys::swapByteOrder(objc_category.class_methods); in swapStruct() 3164 sys::swapByteOrder(objc_category.protocols); in swapStruct() 4850 static void print_objc_objc_category_t(struct objc_category_t *objc_category, in print_objc_objc_category_t() argument 4857 << format("0x%08" PRIx32, objc_category->category_name); in print_objc_objc_category_t() 4859 name = get_pointer_32(objc_category->category_name, offset, left, S, info, in print_objc_objc_category_t() 4869 << format("0x%08" PRIx32, objc_category->class_name); in print_objc_objc_category_t() [all …]
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 3929 inline void swapStruct(struct objc_category_t &objc_category) { in swapStruct() argument 3930 sys::swapByteOrder(objc_category.category_name); in swapStruct() 3931 sys::swapByteOrder(objc_category.class_name); in swapStruct() 3932 sys::swapByteOrder(objc_category.instance_methods); in swapStruct() 3933 sys::swapByteOrder(objc_category.class_methods); in swapStruct() 3934 sys::swapByteOrder(objc_category.protocols); in swapStruct() 5625 static void print_objc_objc_category_t(struct objc_category_t *objc_category, in print_objc_objc_category_t() argument 5632 << format("0x%08" PRIx32, objc_category->category_name); in print_objc_objc_category_t() 5634 name = get_pointer_32(objc_category->category_name, offset, left, S, info, in print_objc_objc_category_t() 5644 << format("0x%08" PRIx32, objc_category->class_name); in print_objc_objc_category_t() [all …]
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 5679 static bool objc_category = false; in RewriteObjCCategoryImplDecl() local 5680 if (!objc_category) { in RewriteObjCCategoryImplDecl() 5690 objc_category = true; in RewriteObjCCategoryImplDecl()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 5684 static bool objc_category = false; in RewriteObjCCategoryImplDecl() local 5685 if (!objc_category) { in RewriteObjCCategoryImplDecl() 5695 objc_category = true; in RewriteObjCCategoryImplDecl()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Attr.td | 466 def SubjectMatcherForObjCCategory : AttrSubjectMatcherRule<"objc_category",
|
/external/llvm-project/clang/docs/ |
D | LanguageExtensions.rst | 3453 - ``objc_category``: Can be used to apply attributes to category declarations,
|