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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 9850   if (!m_dwarf_ast_parser_up)
 9851     m_dwarf_ast_parser_up.reset(new DWARFASTParserClang(*this));
 9852   return m_dwarf_ast_parser_up.get();
 9871   if (ast->m_dwarf_ast_parser_up)
 9872     importer = &ast->m_dwarf_ast_parser_up->GetClangASTImporter();