Searched refs:print_method_header (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | python.cc | 96 void python_generator::print_method_header(bool is_static, const string &name, in print_method_header() function in python_generator 450 print_method_header(false, get_name, num_params); in print_get_method() 536 print_method_header(is_static(clazz, method), cname, in print_method() 697 print_method_header(is_static(clazz, fd), name, num_params - 1); in print_set_enum()
|
| H A D | python.h | 23 void print_method_header(bool is_static, const string &name, int n_arg);
|
| H A D | cpp.h | 179 void print_method_header(const Method &method,
|
| H A D | template_cpp.cc | 1274 void print_method_header(const Method &method, const Signature &sig); 1499 void template_cpp_generator::class_printer::print_method_header( in print_method_header() function in template_cpp_generator::class_printer 1505 cpp_generator::class_printer::print_method_header(method, in print_method_header() 1552 print_method_header(method, sig); in print_method_sig() 1788 print_method_header(method, sig); in print_method_sig()
|
| H A D | cpp.cc | 620 void cpp_generator::class_printer::print_method_header( in print_method_header() function in cpp_generator::class_printer
|
| H A D | plain_cpp.cc | 1546 print_method_header(method, *type_printer); in print_full_method_header()
|