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

References

tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
  115     lldb::TypeSP GetType() { return m_type_wp.lock(); }
  117     void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; }