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.cpp1550 std::optional<NamedDecl *> pack_parameter; in ClassTemplateAllowsToInstantiationArgs() local
1556 pack_parameter = param; in ClassTemplateAllowsToInstantiationArgs()
1569 if (pack_parameter.has_value() != instantiation_values.hasParameterPack()) in ClassTemplateAllowsToInstantiationArgs()
1576 if (pack_parameter && !instantiation_values.GetParameterPack().IsEmpty() && in ClassTemplateAllowsToInstantiationArgs()
1578 *pack_parameter, instantiation_values.GetParameterPack().Front())) in ClassTemplateAllowsToInstantiationArgs()