Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxQueue.cpp17 class QueueFrontEnd : public SyntheticChildrenFrontEnd { class
19 QueueFrontEnd(ValueObject &valobj) : SyntheticChildrenFrontEnd(valobj) { in QueueFrontEnd() function in __anonc281b9d60111::QueueFrontEnd
50 bool QueueFrontEnd::Update() { in Update()
63 return new QueueFrontEnd(*valobj_sp); in LibcxxQueueFrontEndCreator()