Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxQueue.cpp17 class QueueFrontEnd : public SyntheticChildrenFrontEnd { class
19 QueueFrontEnd(ValueObject &valobj) : SyntheticChildrenFrontEnd(valobj) { in QueueFrontEnd() function in __anon344e780a0111::QueueFrontEnd
50 bool QueueFrontEnd::Update() { in Update()
63 return new QueueFrontEnd(*valobj_sp); in LibcxxQueueFrontEndCreator()