reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Utility/SharingPtr.h
  111   typedef T element_type;
  148   static SharingPtr<T> make_shared();
  150   template <class A0> static SharingPtr<T> make_shared(A0 &);
  152   template <class A0, class A1> static SharingPtr<T> make_shared(A0 &, A1 &);
  155   static SharingPtr<T> make_shared(A0 &, A1 &, A2 &);
  158   static SharingPtr<T> make_shared(A0 &, A1 &, A2 &, A3 &);
  161   static SharingPtr<T> make_shared(A0 &, A1 &, A2 &, A3 &, A4 &);