HomeSort by: relevance | last modified time | path
    Searched refs:template_class (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/interface/
template_cpp.h 77 struct template_class { struct
111 const std::function<void(const template_class &)> &fn) const;
115 std::map<std::string, template_class> template_classes;
template_cpp.cc 1114 template_class{name, super, clazz, class_tuples});
1149 const std::function<void(const template_class &)> &fn) const
1163 foreach_template_class([&os] (const template_class &template_class) {
1164 auto name = template_class.class_name;
1170 if (!template_class.is_anon())
1172 if (template_class.is_anon_set())
1186 foreach_template_class([&os] (const template_class &template_class) {
1188 os << " friend struct " << template_class.class_name << ";\n"
1269 struct template_class &template_class; member in struct:specialization
1324 auto &template_class = kvp.second; local
    [all...]

Completed in 25 milliseconds