Searched refs:GetNonReferenceType (Results 1 – 9 of 9) sorted by relevance
334 return type_sp->GetForwardCompilerType().GetNonReferenceType(); in GetDereferencedType()336 return compiler_type.GetNonReferenceType(); in GetDereferencedType()
220 CompilerType GetNonReferenceType() const;
438 GetNonReferenceType(lldb::opaque_compiler_type_t type) = 0;
699 CompilerType GetNonReferenceType(lldb::opaque_compiler_type_t type) override;
422 CompilerType CompilerType::GetNonReferenceType() const { in GetNonReferenceType() function in CompilerType424 return m_type_system->GetNonReferenceType(m_type); in GetNonReferenceType()
963 m_dynamic_type.GetNonReferenceType()); in GetDereferencedType()
4834 ClangASTContext::GetNonReferenceType(lldb::opaque_compiler_type_t type) { in GetNonReferenceType() function in ClangASTContext
187 list_type = list_type.GetNonReferenceType(); in Update()
199 CompilerType non_ref_type = compiler_type.GetNonReferenceType(); in GetPossibleMatches()