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

/haiku-buildtools/legacy/gcc/libobjc/objc/
H A DProtocol.h37 struct objc_method_description_list *instance_methods, *class_methods; variable in typeref:struct:
H A Dobjc.h137 struct objc_method_description_list *instance_methods, *class_methods; member in struct:objc_protocol
H A Dobjc-api.h328 MethodList_t class_methods; /* Linked list of factory member in struct:objc_category
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c1097 build_protocol_initializer(tree type, tree protocol_name, tree protocol_list, tree inst_methods, tree class_methods) argument
1389 build_category_initializer(tree type, tree cat_name, tree class_name, tree inst_methods, tree class_methods, tree protocol_list) argument
1434 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
1635 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
[all...]
H A Dobjc-next-runtime-abi-01.c1457 build_v1_protocol_initializer(tree type, tree protocol_name, tree protocol_list, tree inst_methods, tree class_methods, tree protocol_ext) argument
1704 build_v1_category_initializer(tree type, tree cat_name, tree class_name, tree inst_methods, tree class_methods, tree protocol_list, tree property_list, location_t loc) argument
1759 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
2017 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
[all...]
H A Dobjc-next-runtime-abi-02.c2470 build_v2_protocol_initializer(tree type, tree protocol_name, tree protocol_list, tree inst_methods, tree class_methods, tree opt_ins_meth, tree opt_cls_meth, tree property_list) argument
2652 build_v2_category_initializer(tree type, tree cat_name, tree class_name, tree inst_methods, tree class_methods, tree protocol_list, tree property_list, location_t loc) argument
2701 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
3101 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
[all...]
H A Dobjc-act.c7893 objc_gen_property_data(tree klass, tree class_methods) argument

Completed in 197 milliseconds