Lines Matching refs:class_methods
1446 tree inst_methods, tree class_methods, in build_v1_protocol_initializer() argument
1477 if (class_methods) in build_v1_protocol_initializer()
1478 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0)); in build_v1_protocol_initializer()
1693 tree inst_methods, tree class_methods, in build_v1_category_initializer() argument
1710 if (class_methods) in build_v1_category_initializer()
1711 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0)); in build_v1_category_initializer()
1747 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_category() local
1788 class_methods = generate_dispatch_table (CLASS_CLS_METHODS (cat), buf, in generate_v1_category()
1794 inst_methods, class_methods, in generate_v1_category()
2005 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_class_structs() local
2074 class_methods = generate_dispatch_table (CLASS_CLS_METHODS (impent->imp_context), in generate_v1_class_structs()
2096 CLS_META, class_methods, class_ivars, in generate_v1_class_structs()