Searched refs:GetTypedefedType (Results 1 – 16 of 16) sorted by relevance
208 CompilerType deffed_referenced_type = non_ref_type.GetTypedefedType(); in GetPossibleMatches()225 non_ptr_type.GetTypedefedType().GetPointerType(); in GetPossibleMatches()243 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()263 CompilerType deffed_type = compiler_type.GetTypedefedType(); in GetPossibleMatches()
435 ") GetTypedefedType;437 SBType::GetTypedefedType();
996 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType() function in TypeImpl1000 return TypeImpl(m_static_type.GetTypedefedType(), in GetTypedefedType()1001 m_dynamic_type.GetTypedefedType()); in GetTypedefedType()1003 return TypeImpl(m_static_type.GetTypedefedType()); in GetTypedefedType()
533 CompilerType CompilerType::GetTypedefedType() const { in GetTypedefedType() function in CompilerType536 return type_system_sp->GetTypedefedType(m_type); in GetTypedefedType()
145 lldb::SBType GetTypedefedType();
158 CompilerType actual_type = field_type.GetTypedefedType(); in GetChildAtIndex()
278 m_element_type = m_element_type.GetTypedefedType(); in GetDataType()
1354 return candidate.GetTypedefedType(); in GetTypeScavenger()
188 SBType SBType::GetTypedefedType() { in GetTypedefedType() function in SBType193 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetTypedefedType()))); in GetTypedefedType()
319 CompilerType GetTypedefedType() const;
301 TypeImpl GetTypedefedType() const;
460 virtual CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) = 0;
576 self.data_type = rep_type.GetTypedefedType().GetTemplateArgumentType(1)
1058 return candidate.GetTypedefedType(); in GetTypeScavenger()
735 CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) override;
4697 TypeSystemClang::GetTypedefedType(lldb::opaque_compiler_type_t type) { in GetTypedefedType() function in TypeSystemClang