Home
last modified time | relevance | path

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

/external/lldb/include/lldb/DataFormatters/
DCXXFormatterFunctions.h84SyntheticChildrenFrontEnd* ObjCClassSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueOb…
174 class NSArrayMSyntheticFrontEnd : public SyntheticChildrenFrontEnd
226 class NSArrayISyntheticFrontEnd : public SyntheticChildrenFrontEnd
257 class NSArrayCodeRunningSyntheticFrontEnd : public SyntheticChildrenFrontEnd
281SyntheticChildrenFrontEnd* NSArraySyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObje…
283 class NSDictionaryISyntheticFrontEnd : public SyntheticChildrenFrontEnd
335 class NSDictionaryMSyntheticFrontEnd : public SyntheticChildrenFrontEnd
392 class NSDictionaryCodeRunningSyntheticFrontEnd : public SyntheticChildrenFrontEnd
416SyntheticChildrenFrontEnd* NSDictionarySyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::Valu…
418 class NSSetISyntheticFrontEnd : public SyntheticChildrenFrontEnd
[all …]
DTypeSynthetic.h32 class SyntheticChildrenFrontEnd
38 SyntheticChildrenFrontEnd (ValueObject &backend) : in SyntheticChildrenFrontEnd() function
43 ~SyntheticChildrenFrontEnd () in ~SyntheticChildrenFrontEnd()
71 typedef std::shared_ptr<SyntheticChildrenFrontEnd> SharedPointer;
72 typedef std::unique_ptr<SyntheticChildrenFrontEnd> AutoPointer;
75 DISALLOW_COPY_AND_ASSIGN(SyntheticChildrenFrontEnd);
247 virtual SyntheticChildrenFrontEnd::AutoPointer
358 class FrontEnd : public SyntheticChildrenFrontEnd
366 SyntheticChildrenFrontEnd(backend), in FrontEnd()
418 typedef std::shared_ptr<SyntheticChildrenFrontEnd> SharedPointer;
[all …]
/external/lldb/source/DataFormatters/
DLibCxx.cpp30 SyntheticChildrenFrontEnd(*valobj_sp.get()), in LibcxxVectorBoolSyntheticFrontEnd()
164 SyntheticChildrenFrontEnd*
191 SyntheticChildrenFrontEnd(*valobj_sp.get()), in LibCxxMapIteratorSyntheticFrontEnd()
262 SyntheticChildrenFrontEnd*
279 SyntheticChildrenFrontEnd*
291 SyntheticChildrenFrontEnd(*valobj_sp.get()), in LibcxxSharedPtrSyntheticFrontEnd()
397 SyntheticChildrenFrontEnd*
406 SyntheticChildrenFrontEnd(*valobj_sp.get()), in LibcxxStdVectorSyntheticFrontEnd()
500 SyntheticChildrenFrontEnd*
DLibStdcpp.cpp29 SyntheticChildrenFrontEnd(*valobj_sp.get()), in LibstdcppVectorBoolSyntheticFrontEnd()
189 SyntheticChildrenFrontEnd*
209 SyntheticChildrenFrontEnd(*valobj_sp.get()), in LibstdcppMapIteratorSyntheticFrontEnd()
305 SyntheticChildrenFrontEnd*
322 SyntheticChildrenFrontEnd*
DNSArray.cpp93 SyntheticChildrenFrontEnd(*valobj_sp.get()), in NSArrayMSyntheticFrontEnd()
202 SyntheticChildrenFrontEnd (*valobj_sp.get()), in NSArrayISyntheticFrontEnd()
287 SyntheticChildrenFrontEnd* lldb_private::formatters::NSArraySyntheticFrontEndCreator (CXXSyntheticC… in NSArraySyntheticFrontEndCreator()
329 SyntheticChildrenFrontEnd(*valobj_sp.get()) in NSArrayCodeRunningSyntheticFrontEnd()
DNSSet.cpp112 SyntheticChildrenFrontEnd* lldb_private::formatters::NSSetSyntheticFrontEndCreator (CXXSyntheticChi… in NSSetSyntheticFrontEndCreator()
158 SyntheticChildrenFrontEnd(*valobj_sp.get()), in NSSetISyntheticFrontEnd()
300 SyntheticChildrenFrontEnd(*valobj_sp.get()), in NSSetMSyntheticFrontEnd()
443 SyntheticChildrenFrontEnd(*valobj_sp.get()), in NSOrderedSetSyntheticFrontEnd()
DNSDictionary.cpp154 SyntheticChildrenFrontEnd* lldb_private::formatters::NSDictionarySyntheticFrontEndCreator (CXXSynth… in NSDictionarySyntheticFrontEndCreator()
197 SyntheticChildrenFrontEnd(*valobj_sp.get()) in NSDictionaryCodeRunningSyntheticFrontEnd()
250 SyntheticChildrenFrontEnd(*valobj_sp.get()), in NSDictionaryISyntheticFrontEnd()
412 SyntheticChildrenFrontEnd(*valobj_sp.get()), in NSDictionaryMSyntheticFrontEnd()
DLibCxxList.cpp146 SyntheticChildrenFrontEnd(*valobj_sp.get()), in LibcxxStdListSyntheticFrontEnd()
303 SyntheticChildrenFrontEnd*
DTypeSynthetic.cpp69 SyntheticChildrenFrontEnd(backend), in FrontEnd()
DLibCxxMap.cpp241 SyntheticChildrenFrontEnd(*valobj_sp.get()), in LibcxxStdMapSyntheticFrontEnd()
403 SyntheticChildrenFrontEnd*
DCXXFormatterFunctions.cpp808 class ObjCClassSyntheticChildrenFrontEnd : public SyntheticChildrenFrontEnd
812 SyntheticChildrenFrontEnd(*valobj_sp.get()) in ObjCClassSyntheticChildrenFrontEnd()
852 SyntheticChildrenFrontEnd*
1275 SyntheticChildrenFrontEnd(*valobj_sp.get()), in VectorIteratorSyntheticFrontEnd()
/external/lldb/source/Core/
DValueObjectSyntheticFilter.cpp23 class DummySyntheticFrontEnd : public SyntheticChildrenFrontEnd
27 SyntheticChildrenFrontEnd(backend) in DummySyntheticFrontEnd()
/external/lldb/include/lldb/Core/
DValueObjectSyntheticFilter.h151 std::unique_ptr<SyntheticChildrenFrontEnd> m_synth_filter_ap;
/external/lldb/include/lldb/
Dlldb-forward.h206 class SyntheticChildrenFrontEnd; variable
347 typedef std::shared_ptr<lldb_private::SyntheticChildrenFrontEnd> SyntheticChildrenFrontEndSP;