Home
last modified time | relevance | path

Searched refs:method_impl_printer (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dtemplate_cpp.h97 struct method_impl_printer;
H A Dtemplate_cpp.cc1608 struct template_cpp_generator::method_impl_printer : struct in template_cpp_generator
1610 method_impl_printer(const specialization &instance, in method_impl_printer() function
1628 void template_cpp_generator::method_impl_printer::print_constructor_body( in print_constructor_body() argument
1715 void template_cpp_generator::method_impl_printer::print_callback_method_body( in print_callback_method_body()
1750 void template_cpp_generator::method_impl_printer::print_method_body( in print_method_body()
1780 void template_cpp_generator::method_impl_printer::print_method_sig( in print_method_sig()
1804 void template_cpp_generator::method_impl_printer::print_get_method( in print_get_method()
2798 method_impl_printer(instance, *this).print_all_methods(); in print_class()