Searched refs:base_kinds (Results 1 – 2 of 2) sorted by relevance
102 const std::vector<Kind> &base_kinds);
946 static const std::unordered_map<std::string, std::vector<Kind>> base_kinds { variable994 while (base_kinds.count(base) == 0 && in base_type()1031 const std::string &name, const std::vector<Kind> &base_kinds) in add_template_class() argument1035 auto class_tuples = base_kinds; in add_template_class()1066 if (base_kinds.count(base) == 0) in template_cpp_generator()1068 add_template_class(clazz, name, base_kinds.at(base)); in template_cpp_generator()