Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i275 ) lldb::SBType::GetReferenceType;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h179 lldb::SBType GetReferenceType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp198 SBType SBType::GetReferenceType() { in GetReferenceType() function in SBType
203 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetReferenceType()))); in GetReferenceType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h630 TypeImpl GetReferenceType() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1082 TypeImpl TypeImpl::GetReferenceType() const { in GetReferenceType() function in TypeImpl
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp68514 result = (arg1)->GetReferenceType(); in _wrap_SBType_GetReferenceType()