Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1498 std::optional<NamedDecl *> pack_parameter; in ClassTemplateAllowsToInstantiationArgs() local
1504 pack_parameter = param; in ClassTemplateAllowsToInstantiationArgs()
1517 if (pack_parameter.has_value() != instantiation_values.hasParameterPack()) in ClassTemplateAllowsToInstantiationArgs()
1524 if (pack_parameter && !instantiation_values.GetParameterPack().IsEmpty() && in ClassTemplateAllowsToInstantiationArgs()
1526 *pack_parameter, instantiation_values.GetParameterPack().Front())) in ClassTemplateAllowsToInstantiationArgs()