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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  218   if (!type || !ast_importer.CanImport(type))
  218   if (!type || !ast_importer.CanImport(type))
  221   auto qual_type = ClangUtil::GetQualType(type);
  229     if (ClangASTContext::StartTagDeclarationDefinition(type))
  230       ClangASTContext::CompleteTagDeclarationDefinition(type);