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

References

tools/lldb/source/Symbol/CxxModuleHandler.cpp
  182   if (!td)
  186   if (!td->getDeclContext()->isStdNamespace())
  190   if (m_supported_templates.find(td->getName()) == m_supported_templates.end())
  195   auto &foreign_args = td->getTemplateInstantiationArgs();
  202       getEqualLocalDeclContext(*m_sema, td->getDeclContext());
  207                    td->getName());
  213       emulateLookupInCtxt(*m_sema, td->getName(), *to_context);