Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DLog.cpp101 m_handler = handler_sp; in Enable()
111 m_handler.reset(); in Disable()
119 llvm::dyn_cast_or_null<RotatingLogHandler>(m_handler.get())) { in Dump()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DLog.h262 std::shared_ptr<LogHandler> m_handler; variable
275 return m_handler; in GetHandler()