Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/lang/cpp/complete-type-check/
H A DTestCppIsTypeComplete.py77 int_ref_type = int_type.GetReferenceType()
82 int_ptr_type = int_type.GetReferenceType()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBType.i419 ") GetReferenceType;
421 GetReferenceType();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBType.h142 lldb::SBType GetReferenceType();
/llvm-project-15.0.7/lldb/test/API/python_api/type/
H A DTestTypeList.py98 task_ref_type = task_type.GetReferenceType()
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp181 SBType SBType::GetReferenceType() { in GetReferenceType() function in SBType
186 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetReferenceType()))); in GetReferenceType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h286 TypeImpl GetReferenceType() const;
/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp969 TypeImpl TypeImpl::GetReferenceType() const { in GetReferenceType() function in TypeImpl