Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp24 class LibcxxStdVectorSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
26 LibcxxStdVectorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
28 ~LibcxxStdVectorSyntheticFrontEnd() override;
68 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
69 LibcxxStdVectorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxStdVectorSyntheticFrontEnd() function in lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd
75 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
76 ~LibcxxStdVectorSyntheticFrontEnd() { in ~LibcxxStdVectorSyntheticFrontEnd()
84 LibcxxStdVectorSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
114 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
141 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update() { in Update()
[all …]