Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxTuple.cpp17 class TupleFrontEnd: public SyntheticChildrenFrontEnd { class
19 TupleFrontEnd(ValueObject &valobj) : SyntheticChildrenFrontEnd(valobj) { in TupleFrontEnd() function in __anon5a070c7f0111::TupleFrontEnd
45 lldb::ChildCacheState TupleFrontEnd::Update() { in Update()
63 ValueObjectSP TupleFrontEnd::GetChildAtIndex(uint32_t idx) { in GetChildAtIndex()
93 return new TupleFrontEnd(*valobj_sp); in LibcxxTupleFrontEndCreator()