Searched refs:GetClangASTType (Results 1 – 6 of 6) sorted by relevance
145 return m_opaque_sp->GetClangASTType().GetByteSize(); in GetByteSize()154 return m_opaque_sp->GetClangASTType().IsPointerType(); in IsPointerType()162 return m_opaque_sp->GetClangASTType().IsReferenceType(); in IsReferenceType()171 return SBType(ClangASTType(m_opaque_sp->GetClangASTType().GetPointerType())); in GetPointerType()179 return SBType(ClangASTType(m_opaque_sp->GetClangASTType().GetPointeeType())); in GetPointeeType()187 return SBType(ClangASTType(m_opaque_sp->GetClangASTType().GetLValueReferenceType())); in GetReferenceType()195 return SBType(ClangASTType(m_opaque_sp->GetClangASTType().GetNonReferenceType())); in GetDereferencedType()203 return m_opaque_sp->GetClangASTType().IsFunctionType(); in IsFunctionType()211 return m_opaque_sp->GetClangASTType().IsPolymorphicClass(); in IsPolymorphicClass()221 ClangASTType return_clang_type (m_opaque_sp->GetClangASTType().GetFunctionReturnType()); in GetFunctionReturnType()[all …]
39 …paque_sp = TypeNameSpecifierImplSP(new TypeNameSpecifierImpl(type.m_opaque_sp->GetClangASTType())); in SBTypeNameSpecifier()70 lldb_private::ClangASTType c_type = m_opaque_sp->GetClangASTType(); in GetType()
674 …sb_value.SetSP(value_sp->GetSyntheticChildAtOffset(offset, type_sp->GetClangASTType(), true),GetPr… in CreateChildAtOffset()699 …sb_value.SetSP(value_sp->Cast(type_sp->GetClangASTType()),GetPreferDynamicValue(),GetPreferSynthet… in Cast()764 ClangASTType pointee_ast_type(type_impl_sp->GetClangASTType().GetPointerType ()); in CreateValueFromAddress()811 type.m_opaque_sp->GetClangASTType(), in CreateValueFromData()
96 GetClangASTType () in GetClangASTType() function99 return m_type.m_typeimpl_sp->GetClangASTType(); in GetClangASTType()
198 GetClangASTType() in GetClangASTType() function
418 GetClangASTType() const in GetClangASTType() function