reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  273         ((bool)pack_name == (bool)packed_args) &&
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 1765       template_param_infos.pack_name = name;
tools/lldb/source/Symbol/ClangASTContext.cpp
 1461     if (template_param_infos.pack_name && template_param_infos.pack_name[0])
 1461     if (template_param_infos.pack_name && template_param_infos.pack_name[0])
 1462       identifier_info = &ast->Idents.get(template_param_infos.pack_name);