Searched refs:GetTypeImpl (Results 1 – 7 of 7) sorted by relevance
692 inline const DeclTypeSpec *GetTypeImpl(int depth = startRecursionDepth) const;801 inline const DeclTypeSpec *Symbol::GetTypeImpl(int depth) const { in GetTypeImpl() function811 return x.isFunction() ? x.result().GetTypeImpl(depth) : nullptr; in GetTypeImpl()815 return symbol ? symbol->GetTypeImpl(depth) : x.interface().type(); in GetTypeImpl()818 return x.symbol().GetTypeImpl(depth); in GetTypeImpl()821 [&](const UseDetails &x) { return x.symbol().GetTypeImpl(depth); }, in GetTypeImpl()823 return x.symbol().GetTypeImpl(depth); in GetTypeImpl()830 inline const DeclTypeSpec *Symbol::GetType() const { return GetTypeImpl(); } in GetType()
59 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl() function in ValueObjectDynamicValue64 return m_parent->GetTypeImpl(); in GetTypeImpl()
75 TypeImpl GetTypeImpl() override;
355 virtual TypeImpl GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl() function
689 sb_type.SetSP(m_opaque_up->GetTypeImpl()); in GetType()742 TypeImplSP type_impl_sp(m_opaque_up->GetTypeImpl()); in GetDescription()
399 type_sp = std::make_shared<TypeImpl>(value_sp->GetTypeImpl()); in GetType()
363 const lldb::TypeImplSP &GetTypeImpl() { return m_type_impl_sp; } in GetTypeImpl() function