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

/external/clang/include/clang/AST/
H A DDeclObjC.h571 classmeth_range class_methods() const { function in class:clang::ObjCContainerDecl
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2783 uint32_t class_methods; /* struct objc_method_list * (32-bit pointer) */ member in struct:objc_category_t
2824 uint32_t class_methods; /* struct objc_method_description_list * member in struct:objc_protocol_t
3060 sys::swapByteOrder(objc_category.class_methods);
3095 sys::swapByteOrder(protocol.class_methods);
3919 outs() << " class_methods "
3920 << format("0x%08" PRIx32, protocol.class_methods);
3921 if (print_method_description_list(protocol.class_methods, indent, info))
4773 << format("0x%08" PRIx32, objc_category->class_methods);
4774 if (print_method_list(objc_category->class_methods, info))

Completed in 127 milliseconds