Home
last modified time | relevance | path

Searched defs:QueueImpl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBQueue.cpp28 class QueueImpl { class
32 QueueImpl(const lldb::QueueSP &queue_sp) { m_queue_wp = queue_sp; } in QueueImpl() function in lldb_private::QueueImpl
34 QueueImpl(const QueueImpl &rhs) { in QueueImpl() function in lldb_private::QueueImpl
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h171 class QueueImpl; variable