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

Declarations

tools/lldb/include/lldb/API/SBPlatform.h
   16 struct PlatformConnectOptions;

References

tools/lldb/include/lldb/API/SBPlatform.h
   49   PlatformConnectOptions *m_opaque_ptr;
tools/lldb/source/API/SBPlatform.cpp
   68     : m_opaque_ptr(new PlatformConnectOptions(url)) {
   74     : m_opaque_ptr(new PlatformConnectOptions()) {