Searched refs:m_type_wp (Results 1 – 1 of 1) sorted by relevance
56 ClassDescriptor() : m_type_wp() {} in ClassDescriptor()132 lldb::TypeSP GetType() { return m_type_wp.lock(); } in GetType()134 void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; } in SetType()157 lldb::TypeWP m_type_wp; variable