Searched refs:GetTypedefedType (Results 1 – 16 of 16) sorted by relevance
208 CompilerType deffed_referenced_type = non_ref_type.GetTypedefedType(); in GetPossibleMatches()226 non_ptr_type.GetTypedefedType().GetPointerType(); in GetPossibleMatches()247 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()271 CompilerType deffed_type = compiler_type.GetTypedefedType(); in GetPossibleMatches()
423 ") GetTypedefedType;425 SBType::GetTypedefedType();
982 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType() function in TypeImpl986 return TypeImpl(m_static_type.GetTypedefedType(), in GetTypedefedType()987 m_dynamic_type.GetTypedefedType()); in GetTypedefedType()989 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()
193 SBType SBType::GetTypedefedType() { in GetTypedefedType() function in SBType194 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetTypedefedType); in GetTypedefedType()199 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetTypedefedType())))); in GetTypedefedType()947 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetTypedefedType, ()); in RegisterMethods()
142 lldb::SBType GetTypedefedType();
126 m_element_type = m_element_type.GetTypedefedType(); in GetChildAtIndex()
280 m_element_type = m_element_type.GetTypedefedType(); in GetDataType()
1005 return candidate.GetTypedefedType(); in GetTypeScavenger()
258 CompilerType GetTypedefedType() const;
282 TypeImpl GetTypedefedType() const;
437 virtual CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) = 0;
1038 return candidate.GetTypedefedType(); in GetTypeScavenger()
726 CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) override;
4616 TypeSystemClang::GetTypedefedType(lldb::opaque_compiler_type_t type) { in GetTypedefedType() function in TypeSystemClang
58872 result = (arg1)->GetTypedefedType(); in _wrap_SBType_GetTypedefedType()