Home
last modified time | relevance | path

Searched refs:CXXSyntheticChildren (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxx.h55 LibcxxVectorBoolSyntheticFrontEndCreator(CXXSyntheticChildren *,
83 LibCxxMapIteratorSyntheticFrontEndCreator(CXXSyntheticChildren *,
87 LibCxxVectorIteratorSyntheticFrontEndCreator(CXXSyntheticChildren *,
135 LibcxxBitsetSyntheticFrontEndCreator(CXXSyntheticChildren *,
139 LibcxxSharedPtrSyntheticFrontEndCreator(CXXSyntheticChildren *,
143 LibcxxUniquePtrSyntheticFrontEndCreator(CXXSyntheticChildren *,
147 LibcxxStdVectorSyntheticFrontEndCreator(CXXSyntheticChildren *,
151 LibcxxStdListSyntheticFrontEndCreator(CXXSyntheticChildren *,
155 LibcxxStdForwardListSyntheticFrontEndCreator(CXXSyntheticChildren *,
159 LibcxxStdMapSyntheticFrontEndCreator(CXXSyntheticChildren *,
[all …]
DLibStdcpp.h37 LibstdcppMapIteratorSyntheticFrontEndCreator(CXXSyntheticChildren *,
41 LibStdcppTupleSyntheticFrontEndCreator(CXXSyntheticChildren *,
45 LibStdcppVectorIteratorSyntheticFrontEndCreator(CXXSyntheticChildren *,
49 LibStdcppSharedPtrSyntheticFrontEndCreator(CXXSyntheticChildren *,
53 LibStdcppUniquePtrSyntheticFrontEndCreator(CXXSyntheticChildren *,
DBlockPointer.h20 BlockPointerSyntheticFrontEndCreator(CXXSyntheticChildren *,
DLibCxxVariant.h24 SyntheticChildrenFrontEnd *LibcxxVariantFrontEndCreator(CXXSyntheticChildren *,
DLibCxxAtomic.h27 LibcxxAtomicSyntheticFrontEndCreator(CXXSyntheticChildren *,
DLibStdcpp.cpp154 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibstdcppMapIteratorSyntheticFrontEndCreator() argument
171 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibStdcppVectorIteratorSyntheticFrontEndCreator() argument
386 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibStdcppSharedPtrSyntheticFrontEndCreator() argument
DLibCxxQueue.cpp60 formatters::LibcxxQueueFrontEndCreator(CXXSyntheticChildren *, in LibcxxQueueFrontEndCreator() argument
DLibCxxOptional.cpp79 formatters::LibcxxOptionalFrontEndCreator(CXXSyntheticChildren *, in LibcxxOptionalFrontEndCreator() argument
DLibCxx.cpp355 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibCxxMapIteratorSyntheticFrontEndCreator() argument
371 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibCxxVectorIteratorSyntheticFrontEndCreator() argument
484 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxSharedPtrSyntheticFrontEndCreator() argument
501 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxUniquePtrSyntheticFrontEndCreator() argument
DLibCxxTuple.cpp88 formatters::LibcxxTupleFrontEndCreator(CXXSyntheticChildren *, in LibcxxTupleFrontEndCreator() argument
DLibStdcppTuple.cpp109 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibStdcppTupleSyntheticFrontEndCreator() argument
DLibCxxAtomic.cpp147 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxAtomicSyntheticFrontEndCreator() argument
DLibCxxInitializerList.cpp119 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxInitializerListSyntheticFrontEndCreator() argument
DLibCxxList.cpp427 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxStdListSyntheticFrontEndCreator() argument
433 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxStdForwardListSyntheticFrontEndCreator() argument
DLibCxxBitset.cpp116 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxBitsetSyntheticFrontEndCreator() argument
DLibStdcppUniquePointer.cpp165 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibStdcppUniquePtrSyntheticFrontEndCreator() argument
DCPlusPlusLanguage.cpp1098 static CXXSyntheticChildren::SharedPointer formatter_sp( in GetHardcodedSynthetics()
1099 new CXXSyntheticChildren( in GetHardcodedSynthetics()
1117 static CXXSyntheticChildren::SharedPointer formatter_sp( in GetHardcodedSynthetics()
1118 new CXXSyntheticChildren( in GetHardcodedSynthetics()
DLibCxxVariant.cpp249 formatters::LibcxxVariantFrontEndCreator(CXXSyntheticChildren *, in LibcxxVariantFrontEndCreator() argument
DBlockPointer.cpp209 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in BlockPointerSyntheticFrontEndCreator() argument
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DCocoa.h63 NSArraySyntheticFrontEndCreator(CXXSyntheticChildren *, lldb::ValueObjectSP);
66 NSIndexPathSyntheticFrontEndCreator(CXXSyntheticChildren *,
73 ObjCClassSyntheticFrontEndCreator(CXXSyntheticChildren *, lldb::ValueObjectSP);
98 NSErrorSyntheticFrontEndCreator(CXXSyntheticChildren *,
102 NSExceptionSyntheticFrontEndCreator(CXXSyntheticChildren *,
110 static std::map<ConstString, CXXSyntheticChildren::CreateFrontEndCallback> &
DNSSet.h25 SyntheticChildrenFrontEnd *NSSetSyntheticFrontEndCreator(CXXSyntheticChildren *,
33 static std::map<ConstString, CXXSyntheticChildren::CreateFrontEndCallback> &
DNSDictionary.h36 NSDictionarySyntheticFrontEndCreator(CXXSyntheticChildren *,
87 static AdditionalFormatters<CXXSyntheticChildren::CreateFrontEndCallback> &
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeSynthetic.h358 class CXXSyntheticChildren : public SyntheticChildren {
360 typedef std::function<SyntheticChildrenFrontEnd *(CXXSyntheticChildren *,
363 CXXSyntheticChildren(const SyntheticChildren::Flags &flags, in CXXSyntheticChildren() function
383 CXXSyntheticChildren(const CXXSyntheticChildren &) = delete;
384 const CXXSyntheticChildren &operator=(const CXXSyntheticChildren &) = delete;
DVectorType.h20 VectorTypeSyntheticFrontEndCreator(CXXSyntheticChildren *, lldb::ValueObjectSP);
/external/llvm-project/lldb/source/DataFormatters/
DFormattersHelpers.cpp91 CXXSyntheticChildren::CreateFrontEndCallback generator, in AddCXXSynthetic()
95 new CXXSyntheticChildren(flags, description, generator)); in AddCXXSynthetic()

12