Searched refs:LibStdcppTupleSyntheticFrontEnd (Results 1 – 1 of 1) sorted by relevance
25 class LibStdcppTupleSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class27 explicit LibStdcppTupleSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);50 LibStdcppTupleSyntheticFrontEnd::LibStdcppTupleSyntheticFrontEnd( in LibStdcppTupleSyntheticFrontEnd() function in LibStdcppTupleSyntheticFrontEnd56 lldb::ChildCacheState LibStdcppTupleSyntheticFrontEnd::Update() { in Update()89 bool LibStdcppTupleSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()92 LibStdcppTupleSyntheticFrontEnd::GetChildAtIndex(uint32_t idx) { in GetChildAtIndex()99 LibStdcppTupleSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()103 size_t LibStdcppTupleSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()111 return (valobj_sp ? new LibStdcppTupleSyntheticFrontEnd(valobj_sp) : nullptr); in LibStdcppTupleSyntheticFrontEndCreator()