Home
last modified time | relevance | path

Searched refs:SyntheticChildrenFrontEnd (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.h95 SyntheticChildrenFrontEnd *
103 SyntheticChildrenFrontEnd *
107 class LibcxxSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
126 class LibcxxUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
145 SyntheticChildrenFrontEnd *
149 SyntheticChildrenFrontEnd *
153 SyntheticChildrenFrontEnd *
157 SyntheticChildrenFrontEnd *
161 SyntheticChildrenFrontEnd *
165 SyntheticChildrenFrontEnd *
[all …]
H A DLibStdcpp.h32 SyntheticChildrenFrontEnd *
36 SyntheticChildrenFrontEnd *
40 SyntheticChildrenFrontEnd *
44 SyntheticChildrenFrontEnd *
48 SyntheticChildrenFrontEnd *
52 SyntheticChildrenFrontEnd *
56 SyntheticChildrenFrontEnd *
H A DLibStdcpp.cpp32 class LibstdcppMapIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
63 class LibStdcppSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
89 : SyntheticChildrenFrontEnd(*valobj_sp), m_exe_ctx_ref(), m_pair_type(), in LibstdcppMapIteratorSyntheticFrontEnd()
161 SyntheticChildrenFrontEnd *
178 SyntheticChildrenFrontEnd *
189 : SyntheticChildrenFrontEnd(*valobj_sp), m_exe_ctx_ref(), in VectorIteratorSyntheticFrontEnd()
253 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibStdcppSharedPtrSyntheticFrontEnd()
318 SyntheticChildrenFrontEnd *
H A DGenericOptional.cpp30 class GenericOptionalFrontend : public SyntheticChildrenFrontEnd {
66 : SyntheticChildrenFrontEnd(valobj), m_stdlib(stdlib) { in GenericOptionalFrontend()
130 SyntheticChildrenFrontEnd *
139 SyntheticChildrenFrontEnd *formatters::LibcxxOptionalSyntheticFrontEndCreator( in LibcxxOptionalSyntheticFrontEndCreator()
H A DMsvcStlSmartPointer.cpp69 class MsvcStlSmartPointerSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
87 class MsvcStlUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
109 : SyntheticChildrenFrontEnd(*valobj_sp) { in MsvcStlSmartPointerSyntheticFrontEnd()
178 lldb_private::SyntheticChildrenFrontEnd *
208 : SyntheticChildrenFrontEnd(*valobj_sp) { in MsvcStlUniquePtrSyntheticFrontEnd()
276 lldb_private::SyntheticChildrenFrontEnd *
H A DLibCxxQueue.cpp17 class QueueFrontEnd : public SyntheticChildrenFrontEnd {
19 QueueFrontEnd(ValueObject &valobj) : SyntheticChildrenFrontEnd(valobj) { in QueueFrontEnd()
60 SyntheticChildrenFrontEnd *
H A DLibCxxRangesRefView.cpp24 : public SyntheticChildrenFrontEnd {
55 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibcxxStdRangesRefViewSyntheticFrontEnd()
74 lldb_private::SyntheticChildrenFrontEnd *
H A DLibStdcppUniquePointer.cpp25 class LibStdcppUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
55 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibStdcppUniquePtrSyntheticFrontEnd()
90 std::unique_ptr<SyntheticChildrenFrontEnd> tuple_frontend( in Update()
160 SyntheticChildrenFrontEnd *
H A DGenericBitset.cpp22 class GenericBitsetFrontEnd : public SyntheticChildrenFrontEnd {
66 : SyntheticChildrenFrontEnd(valobj), m_stdlib(stdlib) { in GenericBitsetFrontEnd()
144 SyntheticChildrenFrontEnd *formatters::LibStdcppBitsetSyntheticFrontEndCreator( in LibStdcppBitsetSyntheticFrontEndCreator()
152 SyntheticChildrenFrontEnd *formatters::LibcxxBitsetSyntheticFrontEndCreator( in LibcxxBitsetSyntheticFrontEndCreator()
H A DLibCxxTuple.cpp17 class TupleFrontEnd: public SyntheticChildrenFrontEnd {
19 TupleFrontEnd(ValueObject &valobj) : SyntheticChildrenFrontEnd(valobj) { in TupleFrontEnd()
93 SyntheticChildrenFrontEnd *
H A DBlockPointer.cpp31 class BlockPointerSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
34 : SyntheticChildrenFrontEnd(*valobj_sp), m_block_struct_type() { in BlockPointerSyntheticFrontEnd()
166 lldb_private::SyntheticChildrenFrontEnd *synthetic_children = in BlockPointerSummaryProvider()
204 lldb_private::SyntheticChildrenFrontEnd *
H A DLibCxxAtomic.cpp87 class LibcxxStdAtomicSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
109 : SyntheticChildrenFrontEnd(*valobj_sp) {} in LibcxxStdAtomicSyntheticFrontEnd()
142 SyntheticChildrenFrontEnd *
H A DLibStdcppTuple.cpp25 class LibStdcppTupleSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
50 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibStdcppTupleSyntheticFrontEnd()
109 SyntheticChildrenFrontEnd *
H A DLibCxxUnorderedMap.cpp31 : public SyntheticChildrenFrontEnd {
59 : public SyntheticChildrenFrontEnd {
84 : SyntheticChildrenFrontEnd(*valobj_sp), m_element_type(), in LibcxxStdUnorderedMapSyntheticFrontEnd()
299 SyntheticChildrenFrontEnd *
308 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibCxxUnorderedMapIteratorSyntheticFrontEnd()
412 SyntheticChildrenFrontEnd *
H A DLibCxxInitializerList.cpp23 : public SyntheticChildrenFrontEnd {
48 : SyntheticChildrenFrontEnd(*valobj_sp), m_element_type() { in LibcxxInitializerListSyntheticFrontEnd()
119 lldb_private::SyntheticChildrenFrontEnd *
H A DLibCxxSpan.cpp24 class LibcxxStdSpanSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
69 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibcxxStdSpanSyntheticFrontEnd()
144 lldb_private::SyntheticChildrenFrontEnd *
H A DLibCxxVector.cpp24 class LibcxxStdVectorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
45 class LibcxxVectorBoolSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
70 : SyntheticChildrenFrontEnd(*valobj_sp), m_element_type() { in LibcxxStdVectorSyntheticFrontEnd()
181 : SyntheticChildrenFrontEnd(*valobj_sp), m_bool_type(), m_exe_ctx_ref(), in LibcxxVectorBoolSyntheticFrontEnd()
286 lldb_private::SyntheticChildrenFrontEnd *
H A DLibCxxMap.cpp188 class LibcxxStdMapSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
229 class LibCxxMapIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
251 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibcxxStdMapSyntheticFrontEnd()
403 SyntheticChildrenFrontEnd *
411 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibCxxMapIteratorSyntheticFrontEnd()
503 SyntheticChildrenFrontEnd *
H A DMsvcStl.h37 lldb_private::SyntheticChildrenFrontEnd *
45 lldb_private::SyntheticChildrenFrontEnd *
H A DCoroutines.h31 : public SyntheticChildrenFrontEnd {
49 SyntheticChildrenFrontEnd *
H A DLibCxxValarray.cpp21 class LibcxxStdValarraySyntheticFrontEnd : public SyntheticChildrenFrontEnd {
51 : SyntheticChildrenFrontEnd(*valobj_sp), m_element_type() { in LibcxxStdValarraySyntheticFrontEnd()
140 lldb_private::SyntheticChildrenFrontEnd *
H A DLibCxxSliceArray.cpp53 class LibcxxStdSliceArraySyntheticFrontEnd : public SyntheticChildrenFrontEnd {
85 : SyntheticChildrenFrontEnd(*valobj_sp), m_element_type() { in LibcxxStdSliceArraySyntheticFrontEnd()
161 lldb_private::SyntheticChildrenFrontEnd *
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h27 class SyntheticChildrenFrontEnd {
36 SyntheticChildrenFrontEnd(ValueObject &backend) in SyntheticChildrenFrontEnd() function
39 virtual ~SyntheticChildrenFrontEnd() = default;
83 typedef std::shared_ptr<SyntheticChildrenFrontEnd> SharedPointer;
84 typedef std::unique_ptr<SyntheticChildrenFrontEnd> AutoPointer;
104 SyntheticChildrenFrontEnd(const SyntheticChildrenFrontEnd &) = delete;
105 const SyntheticChildrenFrontEnd &
106 operator=(const SyntheticChildrenFrontEnd &) = delete;
109 class SyntheticValueProviderFrontEnd : public SyntheticChildrenFrontEnd {
112 : SyntheticChildrenFrontEnd(backend) {} in SyntheticValueProviderFrontEnd()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.h62 SyntheticChildrenFrontEnd *
65 SyntheticChildrenFrontEnd *
72 SyntheticChildrenFrontEnd *
97 SyntheticChildrenFrontEnd *
101 SyntheticChildrenFrontEnd *
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp104 SyntheticChildrenFrontEnd::AutoPointer
120 SyntheticChildrenFrontEnd::CalculateNumChildrenIgnoringErrors(uint32_t max) { in CalculateNumChildrenIgnoringErrors()
129 lldb::ValueObjectSP SyntheticChildrenFrontEnd::CreateValueObjectFromExpression( in CreateValueObjectFromExpression()
139 lldb::ValueObjectSP SyntheticChildrenFrontEnd::CreateValueObjectFromAddress( in CreateValueObjectFromAddress()
149 lldb::ValueObjectSP SyntheticChildrenFrontEnd::CreateValueObjectFromData( in CreateValueObjectFromData()
161 : SyntheticChildrenFrontEnd(backend), m_python_class(pclass), in FrontEnd()

12