Home
last modified time | relevance | path

Searched refs:GetReferenceType (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBType.h168 GetReferenceType();
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDType.cpp1178 TypeImpl::GetReferenceType () const in GetReferenceType() function in TypeImpl
1185 … return TypeImpl(m_static_type.GetReferenceType(), m_dynamic_type.GetLValueReferenceType()); in GetReferenceType()
1187 return TypeImpl(m_static_type.GetReferenceType()); in GetReferenceType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDType.h443 GetReferenceType () const in GetReferenceType() function
564 GetReferenceType () const;
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBType.cpp200 SBType::GetReferenceType() in GetReferenceType() function in SBType
204 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetReferenceType()))); in GetReferenceType()