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

Declarations

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
   68   lldb_private::ClangASTImporter &GetClangASTImporter();

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  183       GetClangASTImporter().CopyType(m_ast, dwo_type);
 1501     CompleteExternalTagDeclType(GetClangASTImporter(), decl_ctx, die,
 1627           GetClangASTImporter().InsertRecordDecl(
 2161         GetClangASTImporter().InsertRecordDecl(record_decl, layout_info);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1400   return ast_parser->GetClangASTImporter().CanImport(compiler_type);
 1412         ast_parser->GetClangASTImporter().CanImport(compiler_type))
 1413       return ast_parser->GetClangASTImporter().CompleteType(compiler_type);
tools/lldb/source/Symbol/ClangASTContext.cpp
 9872     importer = &ast->m_dwarf_ast_parser_up->GetClangASTImporter();