Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxSpan.cpp103 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
H A DLibCxxUnorderedMap.cpp140 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.cpp216 item_ptr->GetCompilerType().GetPointeeType()); in Update()
H A DLibCxx.cpp445 .GetPointeeType()); in Update()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i259 ) lldb::SBType::GetPointeeType;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp288 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()
385 GetPointeeType().GetBasicTypeEnumeration() == lldb::eBasicTypeVoid; in IsPointerToVoid()
651 CompilerType CompilerType::GetPointeeType() const { in GetPointeeType() function in CompilerType
654 return type_system_sp->GetPointeeType(m_type); in GetPointeeType()
H A DType.cpp1064 TypeImpl TypeImpl::GetPointeeType() const { in GetPointeeType() function in TypeImpl
1068 return TypeImpl(m_static_type.GetPointeeType(), in GetPointeeType()
1069 m_dynamic_type.GetPointeeType()); in GetPointeeType()
1071 return TypeImpl(m_static_type.GetPointeeType()); in GetPointeeType()
H A DVariable.cpp611 CompilerType pointee_type(compiler_type.GetPointeeType()); in PrivateAutoComplete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp39 CompilerType pointee_type(valobj_type.GetPointeeType()); in DerefToNSErrorPointer()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h146 lldb::SBType GetPointeeType();
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h324 CompilerType GetPointeeType() const;
H A DType.h597 TypeImpl GetPointeeType() const;
H A DTypeSystem.h265 virtual CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp829 capturedThis->GetCompilerType().GetPointeeType(); in LookUpLldbClass()
876 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass()
973 self_clang_type = self_clang_type.GetPointeeType(); in LookUpLldbObjCClass()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp188 CompilerType pointee_type = type.GetPointeeType(); in TypeHasVTable()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp220 CompilerType non_ptr_type = compiler_type.GetPointeeType(); in GetPossibleMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4502 TypeSystemClang::GetPointeeType(lldb::opaque_compiler_type_t type) { in GetPointeeType() function in TypeSystemClang
5349 CompilerType pointee_clang_type(GetPointeeType(type)); in GetNumChildren()
5742 count = GetPointeeType(type).GetNumDirectBaseClasses(); in GetNumDirectBaseClasses()
5843 return GetPointeeType(type).GetDirectBaseClassAtIndex(idx, bit_offset_ptr); in GetDirectBaseClassAtIndex()
6359 CompilerType pointee_clang_type(GetPointeeType(type)); in GetChildCompilerTypeAtIndex()
6435 CompilerType pointee_clang_type(GetPointeeType(type)); in GetChildCompilerTypeAtIndex()
6813 CompilerType pointee_clang_type(GetPointeeType(type)); in GetIndexOfChildMemberWithName()
H A DTypeSystemClang.h779 CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) override;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2629 child_compiler_type = compiler_type.GetPointeeType(); in Dereference()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65289 result = (arg1)->GetPointeeType(); in _wrap_SBType_GetPointeeType()