Searched refs:GetTypedefedType (Results 1 – 17 of 17) sorted by relevance
38 typedefed_type = typedef_type.GetTypedefedType()55 typedefed_type = typedef_type.GetTypedefedType()
207 CompilerType deffed_referenced_type = non_ref_type.GetTypedefedType(); in GetPossibleMatches()225 non_ptr_type.GetTypedefedType().GetPointerType(); in GetPossibleMatches()246 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()270 CompilerType deffed_type = compiler_type.GetTypedefedType(); in GetPossibleMatches()
435 ") GetTypedefedType;437 SBType::GetTypedefedType();
981 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType() function in TypeImpl985 return TypeImpl(m_static_type.GetTypedefedType(), in GetTypedefedType()986 m_dynamic_type.GetTypedefedType()); in GetTypedefedType()988 return TypeImpl(m_static_type.GetTypedefedType()); in GetTypedefedType()
464 CompilerType CompilerType::GetTypedefedType() const { in GetTypedefedType() function in CompilerType466 return m_type_system->GetTypedefedType(m_type); in GetTypedefedType()
144 lldb::SBType GetTypedefedType();
124 m_element_type = m_element_type.GetTypedefedType(); in GetChildAtIndex()
278 m_element_type = m_element_type.GetTypedefedType(); in GetDataType()
1252 return candidate.GetTypedefedType(); in GetTypeScavenger()
189 SBType SBType::GetTypedefedType() { in GetTypedefedType() function in SBType194 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetTypedefedType()))); in GetTypedefedType()
258 CompilerType GetTypedefedType() const;
288 TypeImpl GetTypedefedType() const;
446 virtual CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) = 0;
577 self.data_type = rep_type.GetTypedefedType().GetTemplateArgumentType(1)
1054 return candidate.GetTypedefedType(); in GetTypeScavenger()
718 CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) override;
4648 TypeSystemClang::GetTypedefedType(lldb::opaque_compiler_type_t type) { in GetTypedefedType() function in TypeSystemClang