Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp182 return (valobj_sp ? new VectorIteratorSyntheticFrontEnd( in LibStdcppVectorIteratorSyntheticFrontEndCreator()
187 lldb_private::formatters::VectorIteratorSyntheticFrontEnd::
188 VectorIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp, in VectorIteratorSyntheticFrontEnd() function in lldb_private::formatters::VectorIteratorSyntheticFrontEnd
196 bool VectorIteratorSyntheticFrontEnd::Update() { in Update()
222 size_t VectorIteratorSyntheticFrontEnd::CalculateNumChildren() { return 1; } in CalculateNumChildren()
225 VectorIteratorSyntheticFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
231 bool VectorIteratorSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()
233 size_t VectorIteratorSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
H A DLibCxx.cpp556 return (valobj_sp ? new VectorIteratorSyntheticFrontEnd( in LibCxxVectorIteratorSyntheticFrontEndCreator()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DVectorIterator.h22 class VectorIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
24 VectorIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp,