Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp767 m_source_manager_ap(), m_source_file_cache(), in Debugger()
1290 if (!m_source_manager_ap) in GetSourceManager()
1291 m_source_manager_ap = llvm::make_unique<SourceManager>(shared_from_this()); in GetSourceManager()
1292 return *m_source_manager_ap; in GetSourceManager()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h385 std::unique_ptr<SourceManager> m_source_manager_ap; // This is a scratch variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp93 m_source_manager_ap(), m_stop_hooks(), m_stop_hook_next_id(0), in Target()
2463 if (!m_source_manager_ap) in GetSourceManager()
2464 m_source_manager_ap.reset(new SourceManager(shared_from_this())); in GetSourceManager()
2465 return *m_source_manager_ap; in GetSourceManager()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1301 lldb::SourceManagerUP m_source_manager_ap; variable
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h1027 std::unique_ptr<clang::SourceManager> m_source_manager_ap; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp660 m_language_options_ap(), m_source_manager_ap(), m_diagnostics_engine_ap(), in ClangASTContext()
781 m_source_manager_ap.reset(); in Finalize()
790 m_source_manager_ap.reset(); in Clear()
923 if (m_source_manager_ap.get() == nullptr) in getSourceManager()
924 m_source_manager_ap.reset( in getSourceManager()
926 return m_source_manager_ap.get(); in getSourceManager()