Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp139 class ForwardListFrontEnd : public AbstractListFrontEnd { class
141 ForwardListFrontEnd(ValueObject &valobj);
242 ForwardListFrontEnd::ForwardListFrontEnd(ValueObject &valobj) in ForwardListFrontEnd() function in ForwardListFrontEnd
247 size_t ForwardListFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
260 ValueObjectSP ForwardListFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
291 bool ForwardListFrontEnd::Update() { in Update()
432 return valobj_sp ? new ForwardListFrontEnd(*valobj_sp) : nullptr; in LibcxxStdForwardListSyntheticFrontEndCreator()