Home
last modified time | relevance | path

Searched refs:m_source_manager_up (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp769 m_source_manager_up(), m_source_file_cache(), in Debugger()
1513 if (!m_source_manager_up) in GetSourceManager()
1514 m_source_manager_up = std::make_unique<SourceManager>(shared_from_this()); in GetSourceManager()
1515 return *m_source_manager_up; in GetSourceManager()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h559 std::unique_ptr<SourceManager> m_source_manager_up; // This is a scratch variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1059 return m_source_manager_up.get(); in GetSourceMgr()
1091 std::unique_ptr<clang::SourceManager> m_source_manager_up; variable
H A DTypeSystemClang.cpp664 m_source_manager_up.reset(); in Finalize()
738 m_source_manager_up = std::make_unique<clang::SourceManager>( in CreateASTContext()
741 *m_language_options_up, *m_source_manager_up, *m_identifier_table_up, in CreateASTContext()
1252 HSOpts, *m_source_manager_up, *m_diagnostics_engine_up, in GetOrCreateClangModule()
1255 *m_source_manager_up, *m_diagnostics_engine_up, *m_language_options_up, in GetOrCreateClangModule()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp102 m_source_manager_up(), m_stop_hooks(), m_stop_hook_next_id(0), in Target()
2715 if (!m_source_manager_up) in GetSourceManager()
2716 m_source_manager_up = std::make_unique<SourceManager>(shared_from_this()); in GetSourceManager()
2717 return *m_source_manager_up; in GetSourceManager()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1532 lldb::SourceManagerUP m_source_manager_up; variable