Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/interface/
H A Dtemplate_cpp.h98 struct class_decl_printer;
H A Dtemplate_cpp.cc2762 struct template_cpp_generator::class_decl_printer : struct in template_cpp_generator
2765 class_decl_printer(std::ostream &os, in class_decl_printer() function
2795 void template_cpp_generator::class_decl_printer::print_arg_subclass_constructor( in print_arg_subclass_constructor()
2844 void template_cpp_generator::class_decl_printer::print_super_constructor( in print_super_constructor()
2894 void template_cpp_generator::class_decl_printer::print_class( in print_class()
2960 class_decl_printer(os, *this).print_classes(); in generate()