/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxSpan.cpp | 104 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
|
H A D | LibCxxVector.cpp | 132 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
|
H A D | LibCxxUnorderedMap.cpp | 149 m_element_type = m_element_type.GetPointeeType(); in GetChildAtIndex()
|
H A D | LibStdcpp.cpp | 217 item_ptr->GetCompilerType().GetPointeeType()); in Update()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBTypeDocstrings.i | 259 ) lldb::SBType::GetPointeeType;
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 309 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()
|
H A D | Type.cpp | 1070 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()
|
H A D | Variable.cpp | 617 CompilerType pointee_type(compiler_type.GetPointeeType()); in PrivateAutoComplete()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSError.cpp | 39 CompilerType pointee_type(valobj_type.GetPointeeType()); in DerefToNSErrorPointer()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBType.h | 177 lldb::SBType GetPointeeType();
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBType.cpp | 190 SBType SBType::GetPointeeType() { in GetPointeeType() function in SBType 195 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType()))); in GetPointeeType()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 330 CompilerType GetPointeeType() const;
|
H A D | Type.h | 628 TypeImpl GetPointeeType() const;
|
H A D | TypeSystem.h | 279 virtual CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) = 0;
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObject.cpp | 2852 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/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 828 capturedThis->GetCompilerType().GetPointeeType(); in LookUpLldbClass() 875 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass() 972 self_clang_type = self_clang_type.GetPointeeType(); in LookUpLldbObjCClass()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 188 CompilerType pointee_type = type.GetPointeeType(); in TypeHasVTable()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | FormatManager.cpp | 224 CompilerType non_ptr_type = compiler_type.GetPointeeType(); in GetPossibleMatches()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 790 CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) override;
|
H A D | TypeSystemClang.cpp | 4546 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/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 68487 result = (arg1)->GetPointeeType(); in _wrap_SBType_GetPointeeType()
|