Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxTuple.cpp17 class TupleFrontEnd: public SyntheticChildrenFrontEnd { class
19 TupleFrontEnd(ValueObject &valobj) : SyntheticChildrenFrontEnd(valobj) { in TupleFrontEnd() function in __anoncb85f9af0111::TupleFrontEnd
43 bool TupleFrontEnd::Update() { in Update()
61 ValueObjectSP TupleFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
91 return new TupleFrontEnd(*valobj_sp); in LibcxxTupleFrontEndCreator()