Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dplain_cpp.h109 virtual void print_get_method(FunctionDecl *fd) override;
124 virtual void print_get_method(FunctionDecl *fd) override;
H A Dpython.h49 void print_get_method(const isl_class &clazz, FunctionDecl *fd);
H A Dcpp.h174 virtual void print_get_method(FunctionDecl *fd) = 0;
H A Dpython.cc443 void python_generator::print_get_method(const isl_class &clazz, in print_get_method() function in python_generator
551 print_get_method(clazz, method); in print_method()
H A Dtemplate_cpp.cc1543 virtual void print_get_method(FunctionDecl *fd) override;
1597 void template_cpp_generator::method_decl_printer::print_get_method( in print_get_method() function in template_cpp_generator::method_decl_printer
1620 virtual void print_get_method(FunctionDecl *fd) override;
1804 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.cc634 void plain_cpp_generator::decl_printer::print_get_method(FunctionDecl *fd) in print_get_method() function in plain_cpp_generator::decl_printer
1209 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()