Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcppTuple.cpp25 class LibStdcppTupleSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
27 explicit LibStdcppTupleSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
50 LibStdcppTupleSyntheticFrontEnd::LibStdcppTupleSyntheticFrontEnd( in LibStdcppTupleSyntheticFrontEnd() function in LibStdcppTupleSyntheticFrontEnd
56 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()