Searched refs:template_args (Results 1 – 3 of 3) sorted by relevance
73 template_args = [arg.name for arg in node.return_type.templated_types]74 if template_args:75 return_type += '<' + ', '.join(template_args) + '>'76 if len(template_args) > 1:149 template_args = ['T%d' % n for n in range(template_arg_count)]150 template_decls = ['typename ' + arg for arg in template_args]152 parent_name += '<' + ', '.join(template_args) + '>'
72 template_args = [arg.name for arg in node.return_type.templated_types]73 if template_args:74 return_type += '<' + ', '.join(template_args) + '>'75 if len(template_args) > 1:
1890 auto template_args = db.names.back().move_full(); in parse_type() local1892 db.names.back().first += template_args; in parse_type()