Lines Matching refs:class_printer
1265 struct template_cpp_generator::class_printer : struct in template_cpp_generator
1266 public cpp_generator::class_printer {
1267 class_printer(const specialization &instance,
1312 template_cpp_generator::class_printer::class_printer( in class_printer() argument
1316 cpp_generator::class_printer(instance_printer.os, in class_printer()
1449 void template_cpp_generator::class_printer::print_return_type( in print_return_type()
1475 void template_cpp_generator::class_printer::print_method_template_arguments( in print_method_template_arguments()
1499 void template_cpp_generator::class_printer::print_method_header( in print_method_header()
1505 cpp_generator::class_printer::print_method_header(method, in print_method_header()
1517 bool template_cpp_generator::class_printer::want_descendent_overloads( in want_descendent_overloads()
1526 void template_cpp_generator::class_printer::print_all_methods() in print_all_methods()
1536 public template_cpp_generator::class_printer {
1539 class_printer(instance, instance_printer, true) {} in method_decl_printer()
1609 public template_cpp_generator::class_printer {
1612 class_printer(instance, instance_printer, false) {} in method_impl_printer()
1812 void template_cpp_generator::class_printer::print_static_method( in print_static_method()
1878 void template_cpp_generator::class_printer::print_constructor( in print_constructor()
2083 bool template_cpp_generator::class_printer::is_return_kind( in is_return_kind()
2275 void template_cpp_generator::class_printer::add_specialization( in add_specialization()
2304 bool template_cpp_generator::class_printer::print_matching_method( in print_matching_method()
2351 bool template_cpp_generator::class_printer::print_matching_method( in print_matching_method()
2374 void template_cpp_generator::class_printer::print_matching_method( in print_matching_method()
2414 void template_cpp_generator::class_printer::print_at_method( in print_at_method()
2443 bool template_cpp_generator::class_printer::print_special_method( in print_special_method()
2463 bool template_cpp_generator::class_printer::print_special_member_method( in print_special_member_method()
2472 bool template_cpp_generator::class_printer::print_type_named_member_method( in print_type_named_member_method()
2487 bool template_cpp_generator::class_printer::print_member_method_with_name( in print_member_method_with_name()
2559 void template_cpp_generator::class_printer::print_member_method( in print_member_method()
2578 void template_cpp_generator::class_printer::print_any_method( in print_any_method()
2598 void template_cpp_generator::class_printer::print_method(const Method &method) in print_method()
2608 void template_cpp_generator::class_printer::print_method( in print_method()