Searched refs:GetReferenceType (Results 1 – 6 of 6) sorted by relevance
98 task_ref_type = task_type.GetReferenceType()
184 SBType SBType::GetReferenceType() { in GetReferenceType() function in SBType185 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetReferenceType); in GetReferenceType()190 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetReferenceType())))); in GetReferenceType()928 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetReferenceType, ()); in RegisterMethods()
138 lldb::SBType GetReferenceType();
230 GetReferenceType();
280 TypeImpl GetReferenceType() const;
971 TypeImpl TypeImpl::GetReferenceType() const { in GetReferenceType() function in TypeImpl