Home
last modified time | relevance | path

Searched refs:m_handler (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h285 CxxModuleHandler m_handler; member
297 m_handler = CxxModuleHandler(delegate, dst_ctx); in CxxModuleScope()
299 delegate.m_std_handler = &m_handler; in CxxModuleScope()
305 assert(m_delegate.m_std_handler == &m_handler); in ~CxxModuleScope()
/llvm-project-15.0.7/lldb/source/Utility/
H A DLog.cpp100 m_handler = handler_sp; in Enable()
110 m_handler.reset(); in Disable()
118 llvm::dyn_cast_or_null<RotatingLogHandler>(m_handler.get())) { in Dump()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLog.h262 std::shared_ptr<LogHandler> m_handler; variable
275 return m_handler; in GetHandler()