Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxQueue.cpp18 class QueueFrontEnd : public SyntheticChildrenFrontEnd { class
20 QueueFrontEnd(ValueObject &valobj) : SyntheticChildrenFrontEnd(valobj) { in QueueFrontEnd() function in __anoncac428090111::QueueFrontEnd
46 bool QueueFrontEnd::Update() { in Update()
59 return new QueueFrontEnd(*valobj_sp); in LibcxxQueueFrontEndCreator()