Lines Matching refs:class_methods
1448 tree inst_methods, tree class_methods, in build_v1_protocol_initializer() argument
1479 if (class_methods) in build_v1_protocol_initializer()
1480 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0)); in build_v1_protocol_initializer()
1695 tree inst_methods, tree class_methods, in build_v1_category_initializer() argument
1712 if (class_methods) in build_v1_category_initializer()
1713 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0)); in build_v1_category_initializer()
1749 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_category() local
1790 class_methods = generate_dispatch_table (CLASS_CLS_METHODS (cat), buf, in generate_v1_category()
1796 inst_methods, class_methods, in generate_v1_category()
2007 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_v1_class_structs() local
2076 class_methods = generate_dispatch_table (CLASS_CLS_METHODS (impent->imp_context), in generate_v1_class_structs()
2098 CLS_META, class_methods, class_ivars, in generate_v1_class_structs()