Searched refs:GetTypedefedType (Results 1 – 14 of 14) sorted by relevance
325 CompilerType GetTypedefedType() const { in GetTypedefedType() function327 return type_sp->GetForwardCompilerType().GetTypedefedType(); in GetTypedefedType()329 return compiler_type.GetTypedefedType(); in GetTypedefedType()418 TypeImpl GetTypedefedType() const;
277 CompilerType GetTypedefedType() const;
429 virtual CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) = 0;
722 CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) override;
946 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType() function in TypeImpl950 return TypeImpl(m_static_type.GetTypedefedType(), in GetTypedefedType()951 m_dynamic_type.GetTypedefedType()); in GetTypedefedType()953 return TypeImpl(m_static_type.GetTypedefedType()); in GetTypedefedType()
486 CompilerType CompilerType::GetTypedefedType() const { in GetTypedefedType() function in CompilerType488 return m_type_system->GetTypedefedType(m_type); in GetTypedefedType()
4993 ClangASTContext::GetTypedefedType(lldb::opaque_compiler_type_t type) { in GetTypedefedType() function in ClangASTContext
127 m_element_type = m_element_type.GetTypedefedType(); in GetChildAtIndex()
280 m_element_type = m_element_type.GetTypedefedType(); in GetDataType()
942 return candidate.GetTypedefedType(); in GetTypeScavenger()
135 lldb::SBType GetTypedefedType();
157 SBType SBType::GetTypedefedType() { in GetTypedefedType() function in SBType160 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetTypedefedType()))); in GetTypedefedType()
206 CompilerType deffed_referenced_type = non_ref_type.GetTypedefedType(); in GetPossibleMatches()227 non_ptr_type.GetTypedefedType().GetPointerType(); in GetPossibleMatches()250 CompilerType deffed_type = compiler_type.GetTypedefedType(); in GetPossibleMatches()
1013 return candidate.GetTypedefedType(); in GetTypeScavenger()