Searched refs:GetTypedefedType (Results 1 – 15 of 15) sorted by relevance
212 CompilerType deffed_referenced_type = non_ref_type.GetTypedefedType(); in GetPossibleMatches()229 non_ptr_type.GetTypedefedType().GetPointerType(); in GetPossibleMatches()247 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()267 CompilerType deffed_type = compiler_type.GetTypedefedType(); in GetPossibleMatches()
290 ) lldb::SBType::GetTypedefedType;
1094 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType() function in TypeImpl1098 return TypeImpl(m_static_type.GetTypedefedType(), in GetTypedefedType()1099 m_dynamic_type.GetTypedefedType()); in GetTypedefedType()1101 return TypeImpl(m_static_type.GetTypedefedType()); in GetTypedefedType()
746 CompilerType CompilerType::GetTypedefedType() const { in GetTypedefedType() function in CompilerType749 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()
162 CompilerType actual_type = field_type.GetTypedefedType(); in GetChildAtIndex()
1541 return candidate.GetTypedefedType(); in GetTypeScavenger()
374 CompilerType GetTypedefedType() const;
632 TypeImpl GetTypedefedType() const;
479 virtual CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) = 0;
990 return candidate.GetTypedefedType(); in GetTypeScavenger()
820 CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) override;
4679 TypeSystemClang::GetTypedefedType(lldb::opaque_compiler_type_t type) { in GetTypedefedType() function in TypeSystemClang
68541 result = (arg1)->GetTypedefedType(); in _wrap_SBType_GetTypedefedType()