Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp62 class LibStdcppSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
64 explicit LibStdcppSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
351 LibStdcppSharedPtrSyntheticFrontEnd::LibStdcppSharedPtrSyntheticFrontEnd( in LibStdcppSharedPtrSyntheticFrontEnd() function in LibStdcppSharedPtrSyntheticFrontEnd
358 size_t LibStdcppSharedPtrSyntheticFrontEnd::CalculateNumChildren() { return 1; } in CalculateNumChildren()
361 LibStdcppSharedPtrSyntheticFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
372 bool LibStdcppSharedPtrSyntheticFrontEnd::Update() { return false; } in Update()
374 bool LibStdcppSharedPtrSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()
376 size_t LibStdcppSharedPtrSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
386 return (valobj_sp ? new LibStdcppSharedPtrSyntheticFrontEnd(valobj_sp) in LibStdcppSharedPtrSyntheticFrontEndCreator()