Home
last modified time | relevance | path

Searched defs:SourceManagerImpl (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBSourceManager.cpp23 class SourceManagerImpl { class
25 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) in SourceManagerImpl() function in lldb_private::SourceManagerImpl
28 SourceManagerImpl(const lldb::TargetSP &target_sp) : m_target_wp(target_sp) {} in SourceManagerImpl() function in lldb_private::SourceManagerImpl
30 SourceManagerImpl(const SourceManagerImpl &rhs) { in SourceManagerImpl() function in lldb_private::SourceManagerImpl
/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h201 class SourceManagerImpl; global() variable