Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDLibStdcpp.cpp183 return (valobj_sp ? new VectorIteratorSyntheticFrontEnd( in LibStdcppVectorIteratorSyntheticFrontEndCreator()
188 lldb_private::formatters::VectorIteratorSyntheticFrontEnd::
189 VectorIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp, in VectorIteratorSyntheticFrontEnd() function in lldb_private::formatters::VectorIteratorSyntheticFrontEnd
197 lldb::ChildCacheState VectorIteratorSyntheticFrontEnd::Update() { in Update()
224 VectorIteratorSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
229 VectorIteratorSyntheticFrontEnd::GetChildAtIndex(uint32_t idx) { in GetChildAtIndex()
235 bool VectorIteratorSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()
237 size_t VectorIteratorSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
HDLibCxx.cpp217 return (valobj_sp ? new VectorIteratorSyntheticFrontEnd( in LibCxxVectorIteratorSyntheticFrontEndCreator()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDVectorIterator.h22 class VectorIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
24 VectorIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp,