Searched refs:GetNonReferenceType (Results 1 – 6 of 6) sorted by relevance
433 return type_sp->GetClangFullType().GetNonReferenceType(); in GetDereferencedType()434 return clang_type.GetNonReferenceType(); in GetDereferencedType()
335 GetNonReferenceType () const;
277 list_type = list_type.GetNonReferenceType(); in Update()
191 ClangASTType non_ref_type = clang_type.GetNonReferenceType(); in GetPossibleMatches()
1101 return TypeImpl(m_static_type, m_dynamic_type.GetNonReferenceType()); in GetDereferencedType()
1655 ClangASTType::GetNonReferenceType () const in GetNonReferenceType() function in ClangASTType