Home
last modified time | relevance | path

Searched refs:GetPointeeType (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxSpan.cpp103 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
DLibCxxUnorderedMap.cpp145 m_element_type = m_element_type.GetPointeeType(); in GetChildAtIndex()
DLibCxxVector.cpp146 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
DLibStdcpp.cpp208 item_ptr->GetCompilerType().GetPointeeType()); in Update()
DLibCxx.cpp442 .GetPointeeType()); in Update()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBType.i402 ") GetPointeeType;
404 GetPointeeType();
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DType.cpp972 TypeImpl TypeImpl::GetPointeeType() const { in GetPointeeType() function in TypeImpl
976 return TypeImpl(m_static_type.GetPointeeType(), in GetPointeeType()
977 m_dynamic_type.GetPointeeType()); in GetPointeeType()
979 return TypeImpl(m_static_type.GetPointeeType()); in GetPointeeType()
DCompilerType.cpp289 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()
466 CompilerType CompilerType::GetPointeeType() const { in GetPointeeType() function in CompilerType
469 return type_system_sp->GetPointeeType(m_type); in GetPointeeType()
DVariable.cpp612 CompilerType pointee_type(compiler_type.GetPointeeType()); in PrivateAutoComplete()
/openbsd/src/gnu/llvm/clang/utils/
DClangDataFormat.py101 return ty.GetPointeeType().GetName()
/openbsd/src/gnu/llvm/lldb/examples/summaries/cocoa/
DCFBag.py111 valobj_type = valobj_type.GetPointeeType()
DCFBinaryHeap.py108 valobj_type = valobj_type.GetPointeeType()
DCFBitVector.py163 valobj_type = valobj_type.GetPointeeType()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
DNSError.cpp40 CompilerType pointee_type(valobj_type.GetPointeeType()); in DerefToNSErrorPointer()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBType.h141 lldb::SBType GetPointeeType();
/openbsd/src/gnu/llvm/lldb/source/API/
DSBType.cpp172 SBType SBType::GetPointeeType() { in GetPointeeType() function in SBType
177 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType()))); in GetPointeeType()
/openbsd/src/gnu/llvm/llvm/utils/
DlldbDataFormatters.py118 self.data_type = self.data.GetType().GetPointeeType()
/openbsd/src/gnu/llvm/lldb/examples/synthetic/
Dgnu_libstdcpp.py414 self.data_type = self.start.GetType().GetPointeeType()
446 element_type = self.start_p.GetType().GetPointeeType()
Dlibcxx.py140 self.data_type = data_type_finder.GetType().GetPointeeType()
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DCompilerType.h275 CompilerType GetPointeeType() const;
DType.h297 TypeImpl GetPointeeType() const;
DTypeSystem.h260 virtual CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) = 0;
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp834 capturedThis->GetCompilerType().GetPointeeType(); in LookUpLldbClass()
881 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass()
978 self_clang_type = self_clang_type.GetPointeeType(); in LookUpLldbObjCClass()
/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DFormatManager.cpp220 CompilerType non_ptr_type = compiler_type.GetPointeeType(); in GetPossibleMatches()
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h708 CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) override;

12