Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h327 if (pack_name && !packed_args) in IsValid()
338 const char * pack_name = nullptr; variable
H A DTypeSystemClang.cpp1405 if (template_param_infos.pack_name && template_param_infos.pack_name[0]) in CreateTemplateParameterList()
1406 identifier_info = &ast.Idents.get(template_param_infos.pack_name); in CreateTemplateParameterList()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp710 infos.pack_name = "A"; in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1925 template_param_infos.pack_name = name; in ParseTemplateDIE()