Searched refs:GetDereferencedType (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i306 ) lldb::SBType::GetDereferencedType;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h152 lldb::SBType GetDereferencedType();
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp196 SBType SBType::GetDereferencedType() { function in class:SBType
201 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetDereferencedType())));
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h603 TypeImpl GetDereferencedType() const;
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1100 TypeImpl TypeImpl::GetDereferencedType() const { function in class:TypeImpl
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 494 milliseconds