Searched refs:GetTypeImpl (Results 1 – 7 of 7) sorted by relevance
64 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl() function in ValueObjectDynamicValue69 return m_parent->GetTypeImpl(); in GetTypeImpl()
342 TypeImpl ValueObject::GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl() function in ValueObject
93 TypeImpl GetTypeImpl() override;
379 virtual TypeImpl GetTypeImpl();
512 sb_type.SetSP(m_opaque_ap->GetTypeImpl()); in GetType()555 TypeImplSP type_impl_sp(m_opaque_ap->GetTypeImpl()); in GetDescription()
489 type_sp.reset(new TypeImpl(value_sp->GetTypeImpl())); in GetType()
493 const lldb::TypeImplSP &GetTypeImpl() { return m_type_impl_sp; } in GetTypeImpl() function