Lines Matching defs:LibStdcppSharedPtrSyntheticFrontEnd
63 class LibStdcppSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
65 explicit LibStdcppSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
371 LibStdcppSharedPtrSyntheticFrontEnd::LibStdcppSharedPtrSyntheticFrontEnd(
379 LibStdcppSharedPtrSyntheticFrontEnd::CalculateNumChildren() {
384 LibStdcppSharedPtrSyntheticFrontEnd::GetChildAtIndex(uint32_t idx) {
400 lldb::ChildCacheState LibStdcppSharedPtrSyntheticFrontEnd::Update() {
419 bool LibStdcppSharedPtrSyntheticFrontEnd::MightHaveChildren() { return true; }
421 size_t LibStdcppSharedPtrSyntheticFrontEnd::GetIndexOfChildWithName(
433 return (valobj_sp ? new LibStdcppSharedPtrSyntheticFrontEnd(valobj_sp)