Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp142 class ForwardListFrontEnd : public AbstractListFrontEnd { class
144 ForwardListFrontEnd(ValueObject &valobj);
245 ForwardListFrontEnd::ForwardListFrontEnd(ValueObject &valobj) in ForwardListFrontEnd() function in ForwardListFrontEnd
250 size_t ForwardListFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
263 ValueObjectSP ForwardListFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
303 bool ForwardListFrontEnd::Update() { in Update()
442 return valobj_sp ? new ForwardListFrontEnd(*valobj_sp) : nullptr; in LibcxxStdForwardListSyntheticFrontEndCreator()