Searched refs:print_method_header (Results 1 – 6 of 6) sorted by relevance
/llvm-project/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 451 print_method_header(false, get_name, num_params); in print_get_method() 537 print_method_header(is_static(clazz, method), cname, in print_method() 714 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 | 208 void print_method_header(const Method &method,
|
H A D | template_cpp.cc | 1319 void print_method_header(const Method &method, const Signature &sig); 1544 void template_cpp_generator::class_printer::print_method_header( in print_method_header() function in template_cpp_generator::class_printer 1550 cpp_generator::class_printer::print_method_header(method, in print_method_header() 1597 print_method_header(method, sig); in print_method_sig() 1857 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 | 1633 print_method_header(method, *type_printer); in print_full_method_header()
|