Searched refs:DoOnRemoval (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h49 virtual void DoOnRemoval(Event *event_ptr) {} function in class:lldb_private::EventData
120 void DoOnRemoval(Event *event_ptr) override {
232 // the listener. It calls the Event Data's DoOnRemoval() method, which is
235 void DoOnRemoval();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp80 void Event::DoOnRemoval() { function in class:Event
82 m_data_sp->DoOnRemoval(this);
H A DListener.cpp307 // here - and it might be useful to do that in the "DoOnRemoval".
309 event_sp->DoOnRemoval();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h457 void DoOnRemoval(Event *event_ptr) override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4110 void Process::ProcessEventData::DoOnRemoval(Event *event_ptr) {

Completed in 82 milliseconds