Home
last modified time | relevance | path

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

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