Lines Matching refs:class_methods
1090 tree inst_methods, tree class_methods) in build_protocol_initializer() argument
1116 if (class_methods) in build_protocol_initializer()
1117 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0)); in build_protocol_initializer()
1382 tree inst_methods, tree class_methods, in build_category_initializer() argument
1402 if (class_methods) in build_category_initializer()
1403 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0)); in build_category_initializer()
1426 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_category() local
1460 class_methods = generate_dispatch_table (CLASS_CLS_METHODS (cat), buf); in generate_category()
1465 inst_methods, class_methods, in generate_category()
1627 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; in generate_class_structures() local
1694 class_methods = generate_dispatch_table (CLASS_CLS_METHODS (impent->imp_context), in generate_class_structures()
1714 CLS_META, class_methods, class_ivars, in generate_class_structures()