Searched refs:template_param_infos (Results 1 – 4 of 4) sorted by relevance
1248 TypeSystemClang::TemplateParameterInfos template_param_infos; in ParseSubroutine() local1249 ParseTemplateParameterInfos(die, template_param_infos); in ParseSubroutine()1258 template_function_decl, template_param_infos); in ParseSubroutine()1260 template_function_decl, func_template_decl, template_param_infos); in ParseSubroutine()1610 TypeSystemClang::TemplateParameterInfos template_param_infos; in ParseStructureLikeDIE() local1611 if (ParseTemplateParameterInfos(die, template_param_infos)) { in ParseStructureLikeDIE()1615 attrs.name.GetCString(), tag_decl_kind, template_param_infos); in ParseStructureLikeDIE()1631 tag_decl_kind, template_param_infos); in ParseStructureLikeDIE()1817 TypeSystemClang::TemplateParameterInfos &template_param_infos) { in ParseTemplateDIE() argument1823 template_param_infos.packed_args = in ParseTemplateDIE()[all …]
105 &template_param_infos);109 &template_param_infos);
1366 const TypeSystemClang::TemplateParameterInfos &template_param_infos, in CreateTemplateParameterList() argument1371 const size_t num_template_params = template_param_infos.args.size(); in CreateTemplateParameterList()1375 const char *name = template_param_infos.names[i]; in CreateTemplateParameterList()1380 if (IsValueParam(template_param_infos.args[i])) { in CreateTemplateParameterList()1382 template_param_infos.args[i].getIntegralType(); in CreateTemplateParameterList()1394 if (template_param_infos.packed_args) { in CreateTemplateParameterList()1396 if (template_param_infos.pack_name && template_param_infos.pack_name[0]) in CreateTemplateParameterList()1397 identifier_info = &ast.Idents.get(template_param_infos.pack_name); in CreateTemplateParameterList()1400 if (!template_param_infos.packed_args->args.empty() && in CreateTemplateParameterList()1401 IsValueParam(template_param_infos.packed_args->args[0])) { in CreateTemplateParameterList()[all …]
1007 const TypeSystemClang::TemplateParameterInfos &template_param_infos);