Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
DLibStdcpp.cpp30 class LibstdcppMapIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
44 explicit LibstdcppMapIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
80 LibstdcppMapIteratorSyntheticFrontEnd::LibstdcppMapIteratorSyntheticFrontEnd( in LibstdcppMapIteratorSyntheticFrontEnd() function in LibstdcppMapIteratorSyntheticFrontEnd
88 bool LibstdcppMapIteratorSyntheticFrontEnd::Update() { in Update()
127 size_t LibstdcppMapIteratorSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
132 LibstdcppMapIteratorSyntheticFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
143 bool LibstdcppMapIteratorSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()
145 size_t LibstdcppMapIteratorSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
157 return (valobj_sp ? new LibstdcppMapIteratorSyntheticFrontEnd(valobj_sp) in LibstdcppMapIteratorSyntheticFrontEndCreator()