Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1472 QualType value_param_type = GetValueParamType(value); in TemplateParameterAllowsValue() local
1473 if (value_param_type.isNull()) in TemplateParameterAllowsValue()
1477 if (type_param->getType() != value_param_type) in TemplateParameterAllowsValue()