Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxTuple.cpp18 class TupleFrontEnd: public SyntheticChildrenFrontEnd { class
20 TupleFrontEnd(ValueObject &valobj) : SyntheticChildrenFrontEnd(valobj) { in TupleFrontEnd() function in __anon61fba9ae0111::TupleFrontEnd
39 bool TupleFrontEnd::Update() { in Update()
53 ValueObjectSP TupleFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
81 return new TupleFrontEnd(*valobj_sp); in LibcxxTupleFrontEndCreator()