Searched refs:print_method_sig (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | template_cpp.cc | 1369 virtual void print_method_sig(const Method &method, 1615 virtual void print_method_sig(const Method &method, 1623 void template_cpp_generator::method_decl_printer::print_method_sig( in print_method_sig() function in template_cpp_generator::method_decl_printer 1679 print_method_sig(method, instance_sig(method, instance), true); in print_get_method() 1695 virtual void print_method_sig(const Method &method, 1878 void template_cpp_generator::method_impl_printer::print_method_sig( in print_method_sig() function in template_cpp_generator::method_impl_printer 2483 print_method_sig(method, specialized_sig, false); in print_matching_method() 2551 print_method_sig(method, instance_sig(method, instance), true); in print_matching_method()
|