Home
last modified time | relevance | path

Searched refs:GetTypeImpl (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h692 inline const DeclTypeSpec *GetTypeImpl(int depth = startRecursionDepth) const;
801 inline const DeclTypeSpec *Symbol::GetTypeImpl(int depth) const { in GetTypeImpl() function
811 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()
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectDynamicValue.cpp59 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl() function in ValueObjectDynamicValue
64 return m_parent->GetTypeImpl(); in GetTypeImpl()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h75 TypeImpl GetTypeImpl() override;
H A DValueObject.h355 virtual TypeImpl GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp689 sb_type.SetSP(m_opaque_up->GetTypeImpl()); in GetType()
742 TypeImplSP type_impl_sp(m_opaque_up->GetTypeImpl()); in GetDescription()
H A DSBValue.cpp399 type_sp = std::make_shared<TypeImpl>(value_sp->GetTypeImpl()); in GetType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h363 const lldb::TypeImplSP &GetTypeImpl() { return m_type_impl_sp; } in GetTypeImpl() function