Home
last modified time | relevance | path

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

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