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

References

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  270       if (args.empty())
  272       return args.size() == names.size() &&
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 1835           template_param_infos.args.push_back(
 1839           template_param_infos.args.push_back(
 1845         template_param_infos.args.push_back(
 1881   if (template_param_infos.args.empty())
 1883   return template_param_infos.args.size() == template_param_infos.names.size();
tools/lldb/source/Symbol/ClangASTContext.cpp
 1435   const size_t num_template_params = template_param_infos.args.size();
 1444     if (IsValueParam(template_param_infos.args[i])) {
 1448           template_param_infos.args[i].getIntegralType(), parameter_pack,
 1465     if (!template_param_infos.packed_args->args.empty() &&
 1466         IsValueParam(template_param_infos.packed_args->args[0])) {
 1470           template_param_infos.packed_args->args[0].getIntegralType(),
 1513       TemplateArgumentList::CreateCopy(func_decl->getASTContext(), infos.args);
 1614       template_param_infos.args.size() +
 1616   std::copy(template_param_infos.args.begin(), template_param_infos.args.end(),
 1616   std::copy(template_param_infos.args.begin(), template_param_infos.args.end(),
 1620         *ast, template_param_infos.packed_args->args);
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  399   infos.args.push_back(TemplateArgument(m_ast->getASTContext()->IntTy));
  402   infos.args.push_back(TemplateArgument(*m_ast->getASTContext(), arg,