Searched refs:GetDereferencedType (Results 1 – 9 of 9) sorted by relevance
57 the_type = the_type.GetDereferencedType()
64 the_type = the_type.GetDereferencedType()
202 SBType SBType::GetDereferencedType() { in GetDereferencedType() function in SBType203 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetDereferencedType); in GetDereferencedType()208 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetDereferencedType())))); in GetDereferencedType()930 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetDereferencedType, ()); in RegisterMethods()
142 lldb::SBType GetDereferencedType();
129 list_type = list_type.GetDereferencedType()362 map_type = map_type.GetDereferencedType()
331 list_type = list_type.GetDereferencedType()
236 GetDereferencedType();
284 TypeImpl GetDereferencedType() const;
995 TypeImpl TypeImpl::GetDereferencedType() const { in GetDereferencedType() function in TypeImpl