Searched refs:SourceManagerImpl (Results 1 – 3 of 3) sorted by relevance
27 class SourceManagerImpl class30 SourceManagerImpl (const lldb::DebuggerSP &debugger_sp) : in SourceManagerImpl() function in lldb_private::SourceManagerImpl36 SourceManagerImpl (const lldb::TargetSP &target_sp) : in SourceManagerImpl() function in lldb_private::SourceManagerImpl42 SourceManagerImpl (const SourceManagerImpl &rhs) in SourceManagerImpl() function in lldb_private::SourceManagerImpl99 m_opaque_ap.reset(new SourceManagerImpl (debugger.get_sp())); in SBSourceManager()104 m_opaque_ap.reset(new SourceManagerImpl (target.GetSP())); in SBSourceManager()112 m_opaque_ap.reset(new SourceManagerImpl (*(rhs.m_opaque_ap.get()))); in SBSourceManager()118 m_opaque_ap.reset (new SourceManagerImpl (*(rhs.m_opaque_ap.get()))); in operator =()
48 std::unique_ptr<lldb_private::SourceManagerImpl> m_opaque_ap;
180 class SourceManagerImpl; variable