Lines Matching refs:class_printer
1339 struct template_cpp_generator::class_printer : struct in template_cpp_generator
1340 public cpp_generator::class_printer {
1341 class_printer(const specialization &instance,
1386 template_cpp_generator::class_printer::class_printer( in class_printer() argument
1390 cpp_generator::class_printer(instance_printer.os, in class_printer()
1523 void template_cpp_generator::class_printer::print_return_type( in print_return_type()
1549 void template_cpp_generator::class_printer::print_method_template_arguments( in print_method_template_arguments()
1573 void template_cpp_generator::class_printer::print_method_header( in print_method_header()
1579 cpp_generator::class_printer::print_method_header(method, in print_method_header()
1591 bool template_cpp_generator::class_printer::want_descendent_overloads( in want_descendent_overloads()
1600 void template_cpp_generator::class_printer::print_all_methods() in print_all_methods()
1610 public template_cpp_generator::class_printer {
1613 class_printer(instance, instance_printer, true) {} in method_decl_printer()
1686 public template_cpp_generator::class_printer {
1689 class_printer(instance, instance_printer, false) {} in method_impl_printer()
1910 void template_cpp_generator::class_printer::print_static_method( in print_static_method()
1969 void template_cpp_generator::class_printer::print_constructor( in print_constructor()
2174 bool template_cpp_generator::class_printer::is_return_kind( in is_return_kind()
2366 void template_cpp_generator::class_printer::add_specialization( in add_specialization()
2469 bool template_cpp_generator::class_printer::print_matching_method( in print_matching_method()
2518 bool template_cpp_generator::class_printer::print_matching_method( in print_matching_method()
2541 void template_cpp_generator::class_printer::print_matching_method( in print_matching_method()
2581 void template_cpp_generator::class_printer::print_at_method( in print_at_method()
2610 bool template_cpp_generator::class_printer::print_special_method( in print_special_method()
2630 bool template_cpp_generator::class_printer::print_special_member_method( in print_special_member_method()
2639 bool template_cpp_generator::class_printer::print_type_named_member_method( in print_type_named_member_method()
2654 bool template_cpp_generator::class_printer::print_member_method_with_name( in print_member_method_with_name()
2726 void template_cpp_generator::class_printer::print_member_method( in print_member_method()
2745 void template_cpp_generator::class_printer::print_any_method( in print_any_method()
2765 void template_cpp_generator::class_printer::print_method(const Method &method) in print_method()
2775 void template_cpp_generator::class_printer::print_method( in print_method()