Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp177 ? new VectorIteratorSyntheticFrontEnd(valobj_sp, g_item_name) in LibStdcppVectorIteratorSyntheticFrontEndCreator()
181 lldb_private::formatters::VectorIteratorSyntheticFrontEnd::
182 VectorIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp, in VectorIteratorSyntheticFrontEnd() function in lldb_private::formatters::VectorIteratorSyntheticFrontEnd
190 bool VectorIteratorSyntheticFrontEnd::Update() { in Update()
215 size_t VectorIteratorSyntheticFrontEnd::CalculateNumChildren() { return 1; } in CalculateNumChildren()
218 VectorIteratorSyntheticFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
224 bool VectorIteratorSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()
226 size_t VectorIteratorSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
H A DLibCxx.cpp340 ? new VectorIteratorSyntheticFrontEnd(valobj_sp, g_item_name) in LibCxxVectorIteratorSyntheticFrontEndCreator()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DVectorIterator.h22 class VectorIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
24 VectorIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp,