Home | History | Annotate | Download | only in interface

Lines Matching refs:clazz

1105  * by "clazz" and the initial specializations by "class_tuples".
1107 void template_cpp_generator::add_template_class(const isl_class &clazz,
1114 template_class{name, super, clazz, class_tuples});
1136 const auto &clazz = kvp.second;
1137 std::string name = type2cpp(clazz);
1142 add_template_class(clazz, name, class_tuples);
1391 instance.template_class.clazz, instance_printer.generator,
1677 Method method(clazz, fd, clazz.base_method_name(fd));
1896 /* Print a definition for the "get" method "fd" in class "clazz",