Home
last modified time | relevance | path

Searched refs:m_delegate (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp252 m_delegate(delegate), m_prompt(), m_continuation_prompt(), in IOHandlerEditline()
313 m_delegate.IOHandlerActivated(*this, GetIsInteractive()); in Activate()
318 m_delegate.IOHandlerDeactivated(*this); in Deactivate()
440 return m_delegate.IOHandlerIsInputComplete(*this, lines); in IsInputCompleteCallback()
446 return m_delegate.IOHandlerFixIndentation(*this, lines, cursor_position); in FixIndentationCallback()
451 return m_delegate.IOHandlerSuggestion(*this, line); in SuggestionCallback()
455 m_delegate.IOHandlerComplete(*this, request); in AutoCompleteCallback()
539 done = m_delegate.IOHandlerIsInputComplete(*this, lines); in GetLines()
562 m_delegate.IOHandlerInputInterrupted(*this, line); in Run()
566 m_delegate.IOHandlerInputComplete(*this, line); in Run()
[all …]
H A DIOHandlerCursesGUI.cpp4621 : m_parent(parent), m_delegate(delegate), m_children(), in TreeItem()
4624 m_is_expanded = m_delegate.TreeDelegateExpandRootByDefault(); in TreeItem()
4630 m_delegate = rhs.m_delegate; in operator =()
4660 m_delegate.TreeDelegateGenerateChildren(*this); in GetNumChildren()
4664 void ItemWasSelected() { m_delegate.TreeDelegateItemSelected(*this); } in ItemWasSelected()
4731 m_delegate.TreeDelegateDrawTreeItem(*this, window); in Draw()
4816 TreeDelegate &m_delegate; member in TreeItem
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h287 ASTImporterDelegate &m_delegate; member
293 : m_delegate(delegate) { in CxxModuleScope()
305 assert(m_delegate.m_std_handler == &m_handler); in ~CxxModuleScope()
306 m_delegate.m_std_handler = nullptr; in ~CxxModuleScope()
H A DClangASTImporter.cpp218 ClangASTImporter::ImporterDelegateSP m_delegate; member in __anon8d8a3a140111::CompleteTagDeclsScope
238 : m_delegate(importer.GetDelegate(dst_ctx, src_ctx)), m_dst_ctx(dst_ctx), in CompleteTagDeclsScope()
240 m_delegate->SetImportListener(this); in CompleteTagDeclsScope()
265 m_delegate->ImportDefinitionTo(tag_decl, original_tag_decl); in ~CompleteTagDeclsScope()
282 m_delegate->RemoveImportListener(); in ~CompleteTagDeclsScope()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h377 return m_delegate.IOHandlerGetControlSequence(ch); in GetControlSequence()
381 return m_delegate.IOHandlerGetCommandPrefix(); in GetCommandPrefix()
385 return m_delegate.IOHandlerGetHelpPrologue(); in GetHelpPrologue()
430 IOHandlerDelegate &m_delegate; variable
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DMaterializer.cpp64 m_delegate(delegate) { in EntityPersistentVariable()
217 if (m_delegate) { in Dematerialize()
218 m_delegate->DidDematerialize(m_persistent_variable_sp); in Dematerialize()
411 Materializer::PersistentVariableDelegate *m_delegate; member in EntityPersistentVariable
916 m_keep_in_memory(keep_in_memory), m_delegate(delegate) { in EntityResultVariable()
1044 ConstString name = m_delegate in Dematerialize()
1045 ? m_delegate->GetName() in Dematerialize()
1061 if (m_delegate) { in Dematerialize()
1062 m_delegate->DidDematerialize(ret); in Dematerialize()
1184 Materializer::PersistentVariableDelegate *m_delegate; member in EntityResultVariable
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp30 : m_pid(pid), m_delegate(delegate), m_terminal_fd(terminal_fd) { in NativeProcessProtocol()
315 m_delegate.ProcessStateChanged(this, state); in SynchronouslyNotifyProcessStateChanged()
337 m_delegate.DidExec(this); in NotifyDidExec()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h428 NativeDelegate &m_delegate; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp1001 m_delegate, m_arch, m_main_loop)}; in MonitorClone()
1012 m_delegate.NewSubprocess(this, std::move(child_process)); in MonitorClone()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp1049 m_delegate, m_arch, m_main_loop)}; in MonitorClone()
1060 m_delegate.NewSubprocess(this, std::move(child_process)); in MonitorClone()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp861 static_cast<::pid_t>(child_pid), m_terminal_fd, m_delegate, m_arch, in MonitorClone()
868 m_delegate.NewSubprocess(this, std::move(child_process)); in MonitorClone()