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

References

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  272       return args.size() == names.size() &&
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 1823           template_param_infos.names.push_back(name);
 1825           template_param_infos.names.push_back(NULL);
 1844         template_param_infos.names.push_back(name);
 1883   return template_param_infos.args.size() == template_param_infos.names.size();
tools/lldb/source/Symbol/ClangASTContext.cpp
 1439     const char *name = template_param_infos.names[i];
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  398   infos.names.push_back("T");
  400   infos.names.push_back("I");