Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp135 class ForwardListFrontEnd : public AbstractListFrontEnd { class
137 ForwardListFrontEnd(ValueObject &valobj);
238 ForwardListFrontEnd::ForwardListFrontEnd(ValueObject &valobj) in ForwardListFrontEnd() function in ForwardListFrontEnd
243 llvm::Expected<uint32_t> ForwardListFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
256 ValueObjectSP ForwardListFrontEnd::GetChildAtIndex(uint32_t idx) { in GetChildAtIndex()
287 lldb::ChildCacheState ForwardListFrontEnd::Update() { in Update()
425 return valobj_sp ? new ForwardListFrontEnd(*valobj_sp) : nullptr; in LibcxxStdForwardListSyntheticFrontEndCreator()