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

/external/clang/include/clang/AST/
H A DDeclObjC.h757 classmeth_range class_methods() const { function in class:clang::ObjCContainerDecl
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2727 uint32_t class_methods; /* struct objc_method_list * (32-bit pointer) */ member in struct:objc_category_t
2768 uint32_t class_methods; /* struct objc_method_description_list * member in struct:objc_protocol_t
3004 sys::swapByteOrder(objc_category.class_methods);
3039 sys::swapByteOrder(protocol.class_methods);
3865 outs() << " class_methods "
3866 << format("0x%08" PRIx32, protocol.class_methods);
3867 if (print_method_description_list(protocol.class_methods, indent, info))
4727 << format("0x%08" PRIx32, objc_category->class_methods);
4728 if (print_method_list(objc_category->class_methods, info))

Completed in 123 milliseconds