Home
last modified time | relevance | path

Searched refs:template_param_type (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1374 QualType template_param_type = GetValueParamType(targ); in CreateTemplateParameterList() local
1375 if (!template_param_type.isNull()) { in CreateTemplateParameterList()
1378 identifier_info, template_param_type, parameter_pack, in CreateTemplateParameterList()
1379 ast.getTrivialTypeSourceInfo(template_param_type))); in CreateTemplateParameterList()
1393 QualType template_param_type = in CreateTemplateParameterList() local
1397 if (!template_param_type.isNull()) { in CreateTemplateParameterList()
1400 num_template_params, identifier_info, template_param_type, in CreateTemplateParameterList()
1402 ast.getTrivialTypeSourceInfo(template_param_type))); in CreateTemplateParameterList()