Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBStructuredData.h131 StructuredDataImplUP m_impl_up;
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBStructuredData.cpp54 StructuredDataImplUP impl_up = std::make_unique<StructuredDataImpl>( in SBStructuredData()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-forward.h431 typedef std::unique_ptr<lldb_private::StructuredDataImpl> StructuredDataImplUP; typedef