Searched refs:SourceManagerImpl (Results 1 – 3 of 3) sorted by relevance
23 class SourceManagerImpl {25 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp)28 SourceManagerImpl(const lldb::TargetSP &target_sp) : m_target_wp(target_sp) {}30 SourceManagerImpl(const SourceManagerImpl &rhs) {75 m_opaque_up = std::make_unique<SourceManagerImpl>(debugger.get_sp()); in SBSourceManager() 81 m_opaque_up = std::make_unique<SourceManagerImpl>(target.GetSP()); in SBSourceManager() 90 m_opaque_up = std::make_unique<SourceManagerImpl>(*rhs.m_opaque_up); in SBSourceManager() 97 m_opaque_up = std::make_unique<SourceManagerImpl>(*rhs.m_opaque_up); in operator =() 24 class SourceManagerImpl { global() class 26 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) SourceManagerImpl() function in lldb_private::SourceManagerImpl 29 SourceManagerImpl(const lldb::TargetSP &target_sp) : m_target_wp(target_sp) {} SourceManagerImpl() function in lldb_private::SourceManagerImpl 31 SourceManagerImpl(const SourceManagerImpl &rhs) { SourceManagerImpl() function in lldb_private::SourceManagerImpl
42 std::unique_ptr<lldb_private::SourceManagerImpl> m_opaque_up;
202 class SourceManagerImpl; variable