Searched refs:GetTypeImpl (Results 1 – 7 of 7) sorted by relevance
60 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl() function in ValueObjectDynamicValue65 return m_parent->GetTypeImpl(); in GetTypeImpl()
76 TypeImpl GetTypeImpl() override;
355 virtual TypeImpl GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl() function
838 sb_type.SetSP(m_opaque_up->GetTypeImpl()); in GetType()891 TypeImplSP type_impl_sp(m_opaque_up->GetTypeImpl()); in GetDescription()
398 type_sp = std::make_shared<TypeImpl>(value_sp->GetTypeImpl()); in GetType()
503 data.Push(valobj->GetTypeImpl().GetCompilerType(false)); in Interpret()
745 const lldb::TypeImplSP &GetTypeImpl() { return m_type_impl_sp; } in GetTypeImpl() function