Searched refs:TupleFrontEnd (Results 1 – 1 of 1) sorted by relevance
17 class TupleFrontEnd: public SyntheticChildrenFrontEnd { class19 TupleFrontEnd(ValueObject &valobj) : SyntheticChildrenFrontEnd(valobj) { in TupleFrontEnd() function in __anon5a070c7f0111::TupleFrontEnd45 lldb::ChildCacheState TupleFrontEnd::Update() { in Update()63 ValueObjectSP TupleFrontEnd::GetChildAtIndex(uint32_t idx) { in GetChildAtIndex()93 return new TupleFrontEnd(*valobj_sp); in LibcxxTupleFrontEndCreator()