Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcppTuple.cpp26 class LibStdcppTupleSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
28 explicit LibStdcppTupleSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
46 LibStdcppTupleSyntheticFrontEnd::LibStdcppTupleSyntheticFrontEnd( in LibStdcppTupleSyntheticFrontEnd() function in LibStdcppTupleSyntheticFrontEnd
52 bool LibStdcppTupleSyntheticFrontEnd::Update() { in Update()
85 bool LibStdcppTupleSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()
88 LibStdcppTupleSyntheticFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
94 size_t LibStdcppTupleSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
98 size_t LibStdcppTupleSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
106 return (valobj_sp ? new LibStdcppTupleSyntheticFrontEnd(valobj_sp) : nullptr); in LibStdcppTupleSyntheticFrontEndCreator()