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

/external/clang/include/clang/AST/
H A DDeclObjC.h994 classmeth_range class_methods() const { function in class:clang::ObjCContainerDecl
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2886 uint32_t class_methods; /* struct objc_method_list * (32-bit pointer) */ member in struct:objc_category_t
2927 uint32_t class_methods; /* struct objc_method_description_list * member in struct:objc_protocol_t
3163 sys::swapByteOrder(objc_category.class_methods);
3198 sys::swapByteOrder(protocol.class_methods);
4024 outs() << " class_methods "
4025 << format("0x%08" PRIx32, protocol.class_methods);
4026 if (print_method_description_list(protocol.class_methods, indent, info))
4886 << format("0x%08" PRIx32, objc_category->class_methods);
4887 if (print_method_list(objc_category->class_methods, info))

Completed in 213 milliseconds