Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDLibCxxSpan.cpp104 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
HDLibCxxVector.cpp132 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
HDLibCxxUnorderedMap.cpp149 m_element_type = m_element_type.GetPointeeType(); in GetChildAtIndex()
HDLibStdcpp.cpp217 item_ptr->GetCompilerType().GetPointeeType()); in Update()
/freebsd-14-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBTypeDocstrings.i259 ) lldb::SBType::GetPointeeType;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp309 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()
406 GetPointeeType().GetBasicTypeEnumeration() == lldb::eBasicTypeVoid; in IsPointerToVoid()
672 CompilerType CompilerType::GetPointeeType() const { in GetPointeeType() function in CompilerType
675 return type_system_sp->GetPointeeType(m_type); in GetPointeeType()
HDType.cpp1070 TypeImpl TypeImpl::GetPointeeType() const { in GetPointeeType() function in TypeImpl
1074 return TypeImpl(m_static_type.GetPointeeType(), in GetPointeeType()
1075 m_dynamic_type.GetPointeeType()); in GetPointeeType()
1077 return TypeImpl(m_static_type.GetPointeeType()); in GetPointeeType()
HDVariable.cpp617 CompilerType pointee_type(compiler_type.GetPointeeType()); in PrivateAutoComplete()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
HDNSError.cpp39 CompilerType pointee_type(valobj_type.GetPointeeType()); in DerefToNSErrorPointer()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBType.h177 lldb::SBType GetPointeeType();
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBType.cpp190 SBType SBType::GetPointeeType() { in GetPointeeType() function in SBType
195 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType()))); in GetPointeeType()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h330 CompilerType GetPointeeType() const;
HDType.h628 TypeImpl GetPointeeType() const;
HDTypeSystem.h279 virtual CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDValueObject.cpp2852 child_compiler_type = compiler_type.GetPointeeType(); in Dereference()
3045 type.IsPointerType() ? type.GetPointeeType() : type.GetNonReferenceType(); in CastDerivedToBaseType()
3047 start_type.IsPointerType() ? start_type.GetPointeeType() : start_type; in CastDerivedToBaseType()
3079 if (!inner_value_type.CompareTypes(type.GetPointeeType())) in CastDerivedToBaseType()
3115 type.IsPointerType() ? type.GetPointeeType() : type.GetNonReferenceType(); in CastBaseToDerivedType()
3117 start_type.IsPointerType() ? start_type.GetPointeeType() : start_type; in CastBaseToDerivedType()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionDeclMap.cpp828 capturedThis->GetCompilerType().GetPointeeType(); in LookUpLldbClass()
875 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass()
972 self_clang_type = self_clang_type.GetPointeeType(); in LookUpLldbObjCClass()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.cpp188 CompilerType pointee_type = type.GetPointeeType(); in TypeHasVTable()
/freebsd-14-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDFormatManager.cpp224 CompilerType non_ptr_type = compiler_type.GetPointeeType(); in GetPossibleMatches()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h790 CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) override;
HDTypeSystemClang.cpp4546 TypeSystemClang::GetPointeeType(lldb::opaque_compiler_type_t type) { in GetPointeeType() function in TypeSystemClang
5428 CompilerType pointee_clang_type(GetPointeeType(type)); in GetNumChildren()
5829 count = GetPointeeType(type).GetNumDirectBaseClasses(); in GetNumDirectBaseClasses()
5930 return GetPointeeType(type).GetDirectBaseClassAtIndex(idx, bit_offset_ptr); in GetDirectBaseClassAtIndex()
6484 CompilerType pointee_clang_type(GetPointeeType(type)); in GetChildCompilerTypeAtIndex()
6560 CompilerType pointee_clang_type(GetPointeeType(type)); in GetChildCompilerTypeAtIndex()
6938 CompilerType pointee_clang_type(GetPointeeType(type)); in GetIndexOfChildMemberWithName()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp68487 result = (arg1)->GetPointeeType(); in _wrap_SBType_GetPointeeType()