Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DGeneric.h24 lldb::ValueObjectSP GetDesugaredSmartPointerValue(ValueObject &ptr,
H A DGeneric.cpp13 lldb::ValueObjectSP lldb_private::formatters::GetDesugaredSmartPointerValue( in GetDesugaredSmartPointerValue() function in lldb_private::formatters
H A DMsvcStlSmartPointer.cpp154 auto cast_ptr_sp = GetDesugaredSmartPointerValue(*ptr_obj_sp, *valobj_sp); in Update()
H A DLibStdcpp.cpp297 auto cast_ptr_sp = GetDesugaredSmartPointerValue(*ptr_obj_sp, *valobj_sp); in Update()
H A DLibCxx.cpp327 auto cast_ptr_sp = GetDesugaredSmartPointerValue(*ptr_obj_sp, *valobj_sp); in Update()