Searched refs:SourceManagerImpl (Results 1 – 3 of 3) sorted by relevance
24 class SourceManagerImpl { class26 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) in SourceManagerImpl() function in lldb_private::SourceManagerImpl29 SourceManagerImpl(const lldb::TargetSP &target_sp) : m_target_wp(target_sp) {} in SourceManagerImpl() function in lldb_private::SourceManagerImpl31 SourceManagerImpl(const SourceManagerImpl &rhs) { in SourceManagerImpl() function in lldb_private::SourceManagerImpl76 m_opaque_up = std::make_unique<SourceManagerImpl>(debugger.get_sp()); in SBSourceManager()82 m_opaque_up = std::make_unique<SourceManagerImpl>(target.GetSP()); in SBSourceManager()91 m_opaque_up = std::make_unique<SourceManagerImpl>(*rhs.m_opaque_up); in SBSourceManager()98 m_opaque_up = std::make_unique<SourceManagerImpl>(*rhs.m_opaque_up); in operator =()
42 std::unique_ptr<lldb_private::SourceManagerImpl> m_opaque_up;
195 class SourceManagerImpl; variable