Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibStdcpp.cpp61 class LibStdcppSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
63 explicit LibStdcppSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
352 LibStdcppSharedPtrSyntheticFrontEnd::LibStdcppSharedPtrSyntheticFrontEnd( in LibStdcppSharedPtrSyntheticFrontEnd() function in LibStdcppSharedPtrSyntheticFrontEnd
359 size_t LibStdcppSharedPtrSyntheticFrontEnd::CalculateNumChildren() { return 1; } in CalculateNumChildren()
362 LibStdcppSharedPtrSyntheticFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
373 bool LibStdcppSharedPtrSyntheticFrontEnd::Update() { return false; } in Update()
375 bool LibStdcppSharedPtrSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()
377 size_t LibStdcppSharedPtrSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
387 return (valobj_sp ? new LibStdcppSharedPtrSyntheticFrontEnd(valobj_sp) in LibStdcppSharedPtrSyntheticFrontEndCreator()