Searched defs:objc_category (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5679 static bool objc_category = false; local
5680 if (!objc_category) {
5690 objc_category = true;
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp3159 inline void swapStruct(struct objc_category_t &objc_category) { argument
3160 sys::swapByteOrder(objc_category.category_name);
3161 sys::swapByteOrder(objc_category.class_name);
3162 sys::swapByteOrder(objc_category.instance_methods);
3163 sys::swapByteOrder(objc_category.class_methods);
3164 sys::swapByteOrder(objc_category.protocols);
4850 static void print_objc_objc_category_t(struct objc_category_t *objc_category, argument
4857 << format("0x%08" PRIx32, objc_category->category_name);
4859 name = get_pointer_32(objc_category->category_name, offset, left, S, info,
4869 << format("0x%08" PRIx32, objc_category
5467 struct objc_category_t objc_category; local
[all...]

Completed in 118 milliseconds