Searched refs:GetTypedefedType (Results 1 – 15 of 15) sorted by relevance
216 CompilerType deffed_referenced_type = non_ref_type.GetTypedefedType(); in GetPossibleMatches()234 non_ptr_type.GetTypedefedType().GetPointerType(); in GetPossibleMatches()253 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()273 CompilerType deffed_type = compiler_type.GetTypedefedType(); in GetPossibleMatches()
103 table_type.GetDirectNestedTypeWithName("value_type").GetTypedefedType(); in GetElementType()123 CompilerType actual_type = field_type.GetTypedefedType(); in GetElementType()
1794 return candidate.GetTypedefedType(); in GetTypeScavenger()
290 ) lldb::SBType::GetTypedefedType;
1115 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType() function in TypeImpl1119 return TypeImpl(m_static_type.GetTypedefedType(), in GetTypedefedType()1120 m_dynamic_type.GetTypedefedType()); in GetTypedefedType()1122 return TypeImpl(m_static_type.GetTypedefedType()); in GetTypedefedType()
756 CompilerType CompilerType::GetTypedefedType() const { in GetTypedefedType() function in CompilerType759 return type_system_sp->GetTypedefedType(m_type); in GetTypedefedType()
181 lldb::SBType GetTypedefedType();
206 SBType SBType::GetTypedefedType() { in GetTypedefedType() function in SBType211 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetTypedefedType()))); in GetTypedefedType()
382 CompilerType GetTypedefedType() const;
488 virtual CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) = 0;
668 TypeImpl GetTypedefedType() const;
1007 return candidate.GetTypedefedType(); in GetTypeScavenger()
817 CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) override;
4710 TypeSystemClang::GetTypedefedType(lldb::opaque_compiler_type_t type) { in GetTypedefedType() function in TypeSystemClang
69809 result = (arg1)->GetTypedefedType(); in _wrap_SBType_GetTypedefedType()