Lines Matching refs:class_methods
1098 tree inst_methods, tree class_methods) in build_protocol_initializer() argument
1124 if (class_methods) in build_protocol_initializer()
1125 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0)); in build_protocol_initializer()
1390 tree inst_methods, tree class_methods, in build_category_initializer() argument
1410 if (class_methods) in build_category_initializer()
1411 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0)); in build_category_initializer()
1434 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_category() local
1468 class_methods = generate_dispatch_table (CLASS_CLS_METHODS (cat), buf); in generate_category()
1473 inst_methods, class_methods, in generate_category()
1619 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_class_structures() local
1686 class_methods = generate_dispatch_table (CLASS_CLS_METHODS (impent->imp_context), in generate_class_structures()
1706 CLS_META, class_methods, class_ivars, in generate_class_structures()