Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i275 ) lldb::SBType::GetReferenceType;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h148 lldb::SBType GetReferenceType();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp180 SBType SBType::GetReferenceType() { in GetReferenceType() function in SBType
185 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetReferenceType()))); in GetReferenceType()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h599 TypeImpl GetReferenceType() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1076 TypeImpl TypeImpl::GetReferenceType() const { in GetReferenceType() function in TypeImpl
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65316 result = (arg1)->GetReferenceType(); in _wrap_SBType_GetReferenceType()