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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 1435   const size_t num_template_params = template_param_infos.args.size();
 1439     const char *name = template_param_infos.names[i];
 1444     if (IsValueParam(template_param_infos.args[i])) {
 1448           template_param_infos.args[i].getIntegralType(), parameter_pack,
 1459   if (template_param_infos.packed_args) {
 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);
 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(),