Home
last modified time | relevance | path

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

/external/lldb/include/lldb/DataFormatters/
DCXXFormatterFunctions.h84 …SyntheticChildrenFrontEnd* ObjCClassSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueOb…
281 …SyntheticChildrenFrontEnd* NSArraySyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObje…
416 …SyntheticChildrenFrontEnd* NSDictionarySyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::Valu…
570 …SyntheticChildrenFrontEnd* NSSetSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObject…
601 …SyntheticChildrenFrontEnd* LibcxxVectorBoolSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::…
635 …ticChildrenFrontEnd* LibstdcppVectorBoolSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::Val…
667 …icChildrenFrontEnd* LibstdcppMapIteratorSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::Val…
695 …SyntheticChildrenFrontEnd* LibCxxMapIteratorSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb:…
726 …icChildrenFrontEnd* LibCxxVectorIteratorSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::Val…
728 …hildrenFrontEnd* LibStdcppVectorIteratorSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::Val…
[all …]
DTypeSynthetic.h434 class CXXSyntheticChildren : public SyntheticChildren
437 …typedef SyntheticChildrenFrontEnd* (*CreateFrontEndCallback) (CXXSyntheticChildren*, lldb::ValueOb…
442 CXXSyntheticChildren (const SyntheticChildren::Flags& flags, in CXXSyntheticChildren() function
467 DISALLOW_COPY_AND_ASSIGN(CXXSyntheticChildren);
/external/lldb/source/DataFormatters/
DLibCxx.cpp165 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::Va… in LibcxxVectorBoolSyntheticFrontEndCreator() argument
263 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::V… in LibCxxMapIteratorSyntheticFrontEndCreator() argument
280 lldb_private::formatters::LibCxxVectorIteratorSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb… in LibCxxVectorIteratorSyntheticFrontEndCreator() argument
398 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::Val… in LibcxxSharedPtrSyntheticFrontEndCreator() argument
501 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::Val… in LibcxxStdVectorSyntheticFrontEndCreator() argument
DLibStdcpp.cpp190 lldb_private::formatters::LibstdcppVectorBoolSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb:… in LibstdcppVectorBoolSyntheticFrontEndCreator() argument
306 lldb_private::formatters::LibstdcppMapIteratorSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb… in LibstdcppMapIteratorSyntheticFrontEndCreator() argument
323 lldb_private::formatters::LibStdcppVectorIteratorSyntheticFrontEndCreator (CXXSyntheticChildren*, l… in LibStdcppVectorIteratorSyntheticFrontEndCreator() argument
DTypeSynthetic.cpp53 CXXSyntheticChildren::GetDescription() in GetDescription()
DLibCxxList.cpp304 lldb_private::formatters::LibcxxStdListSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::Value… in LibcxxStdListSyntheticFrontEndCreator() argument
DLibCxxMap.cpp404 lldb_private::formatters::LibcxxStdMapSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueO… in LibcxxStdMapSyntheticFrontEndCreator() argument
DNSArray.cpp287 …ntEnd* lldb_private::formatters::NSArraySyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::Val… in NSArraySyntheticFrontEndCreator() argument
DFormatManager.cpp501 CXXSyntheticChildren::CreateFrontEndCallback generator, in AddCXXSynthetic()
507 lldb::SyntheticChildrenSP synth_sp(new CXXSyntheticChildren(flags,description,generator)); in AddCXXSynthetic()
589 …SyntheticChildrenSP(new CXXSyntheticChildren(stl_synth_flags,"libc++ std::vector<bool> synthetic c… in LoadLibStdcppFormatters()
DNSSet.cpp112 …rontEnd* lldb_private::formatters::NSSetSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::Val… in NSSetSyntheticFrontEndCreator() argument
DNSDictionary.cpp154 …* lldb_private::formatters::NSDictionarySyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::Val… in NSDictionarySyntheticFrontEndCreator() argument
DCXXFormatterFunctions.cpp853 lldb_private::formatters::ObjCClassSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObje… in ObjCClassSyntheticFrontEndCreator() argument
/external/lldb/include/lldb/
Dlldb-forward.h73 class CXXSyntheticChildren; variable