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/
H A DLibCxxSpan.cpp103 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
H A DLibCxxUnorderedMap.cpp145 m_element_type = m_element_type.GetPointeeType(); in GetChildAtIndex()
H A DLibCxxVector.cpp146 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
H A DLibStdcpp.cpp208 item_ptr->GetCompilerType().GetPointeeType()); in Update()
H A DLibCxx.cpp442 .GetPointeeType()); in Update()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBType.i402 ") GetPointeeType;
404 GetPointeeType();
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A 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()
H A 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()
H A DVariable.cpp612 CompilerType pointee_type(compiler_type.GetPointeeType()); in PrivateAutoComplete()
/openbsd-src/gnu/llvm/clang/utils/
H A DClangDataFormat.py101 return ty.GetPointeeType().GetName()
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DCFBinaryHeap.py108 valobj_type = valobj_type.GetPointeeType()
H A DCFBag.py111 valobj_type = valobj_type.GetPointeeType()
H A DCFBitVector.py163 valobj_type = valobj_type.GetPointeeType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp40 CompilerType pointee_type(valobj_type.GetPointeeType()); in DerefToNSErrorPointer()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h141 lldb::SBType GetPointeeType();
/openbsd-src/gnu/llvm/lldb/source/API/
H A 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/
H A DlldbDataFormatters.py118 self.data_type = self.data.GetType().GetPointeeType()
/openbsd-src/gnu/llvm/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py414 self.data_type = self.start.GetType().GetPointeeType()
446 element_type = self.start_p.GetType().GetPointeeType()
H A Dlibcxx.py140 self.data_type = data_type_finder.GetType().GetPointeeType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h275 CompilerType GetPointeeType() const;
H A DType.h297 TypeImpl GetPointeeType() const;
H A DTypeSystem.h260 virtual CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A 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/
H A DFormatManager.cpp220 CompilerType non_ptr_type = compiler_type.GetPointeeType(); in GetPossibleMatches()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h708 CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) override;

12