Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp63 class LibStdcppSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
65 explicit LibStdcppSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
251 LibStdcppSharedPtrSyntheticFrontEnd::LibStdcppSharedPtrSyntheticFrontEnd( in LibStdcppSharedPtrSyntheticFrontEnd() function in LibStdcppSharedPtrSyntheticFrontEnd
259 LibStdcppSharedPtrSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
264 LibStdcppSharedPtrSyntheticFrontEnd::GetChildAtIndex(uint32_t idx) { in GetChildAtIndex()
284 lldb::ChildCacheState LibStdcppSharedPtrSyntheticFrontEnd::Update() { in Update()
307 LibStdcppSharedPtrSyntheticFrontEnd::GetIndexOfChildWithName(ConstString name) { in GetIndexOfChildWithName()
321 return (valobj_sp ? new LibStdcppSharedPtrSyntheticFrontEnd(valobj_sp) in LibStdcppSharedPtrSyntheticFrontEndCreator()