Lines Matching refs:print_matching_method
1326 bool print_matching_method(const Method &method, const Signature &sig,
1328 bool print_matching_method(const Method &method, const Signature &sig);
1329 void print_matching_method(const Method &method,
1952 return print_matching_method(method, sigs); in print_constructor()
1954 print_matching_method(method, constructor_sig); in print_constructor()
2447 bool template_cpp_generator::class_printer::print_matching_method( in print_matching_method() function in template_cpp_generator::class_printer
2496 bool template_cpp_generator::class_printer::print_matching_method( in print_matching_method() function in template_cpp_generator::class_printer
2509 return print_matching_method(method, sig, match_arg); in print_matching_method()
2519 void template_cpp_generator::class_printer::print_matching_method( in print_matching_method() function in template_cpp_generator::class_printer
2525 if (print_matching_method(method, sig)) in print_matching_method()
2567 return print_matching_method(method, at_select); in print_at_method()
2569 return print_matching_method(method, at_keep); in print_at_method()
2597 print_matching_method(method, kvp.second); in print_special_method()
2623 print_matching_method(method, constructor_sig); in print_type_named_member_method()
2638 print_matching_method(method, member_methods.at(name)); in print_member_method_with_name()