Home
last modified time | relevance | path

Searched refs:print_get_method (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mit/isl/dist/interface/
H A Dplain_cpp.h125 virtual void print_get_method(FunctionDecl *fd) override;
142 virtual void print_get_method(FunctionDecl *fd) override;
H A Dpython.h51 void print_get_method(const isl_class &clazz, FunctionDecl *fd);
H A Dcpp.h203 virtual void print_get_method(FunctionDecl *fd) = 0;
H A Dpython.cc444 void python_generator::print_get_method(const isl_class &clazz, in print_get_method() function in python_generator
554 print_get_method(clazz, method); in print_method()
H A Dtemplate_cpp.cc1617 virtual void print_get_method(FunctionDecl *fd) override;
1674 void template_cpp_generator::method_decl_printer::print_get_method( in print_get_method() function in template_cpp_generator::method_decl_printer
1697 virtual void print_get_method(FunctionDecl *fd) override;
1902 void template_cpp_generator::method_impl_printer::print_get_method( in print_get_method() function in template_cpp_generator::method_impl_printer
H A Dplain_cpp.cc648 void plain_cpp_generator::decl_printer::print_get_method(FunctionDecl *fd) in print_get_method() function in plain_cpp_generator::decl_printer
1297 void plain_cpp_generator::impl_printer::print_get_method(FunctionDecl *fd) in print_get_method() function in plain_cpp_generator::impl_printer
H A Dcpp.cc384 print_get_method(fd); in print_method_variants()