| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTypeDocstrings.i | 259 ) lldb::SBType::GetPointeeType;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxSpan.cpp | 102 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
|
| H A D | LibCxxVector.cpp | 148 m_element_type = data_sp->GetCompilerType().GetPointeeType(); in Update()
|
| H A D | LibStdcpp.cpp | 215 item_ptr->GetCompilerType().GetPointeeType()); in Update()
|
| H A D | LibCxxUnorderedMap.cpp | 145 return node_sp->GetCompilerType().GetTypeTemplateArgument(0).GetPointeeType(); in GetNodeType()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 311 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType() 408 GetPointeeType().GetBasicTypeEnumeration() == lldb::eBasicTypeVoid; in IsPointerToVoid() 682 CompilerType CompilerType::GetPointeeType() const { in GetPointeeType() function in CompilerType 685 return type_system_sp->GetPointeeType(m_type); in GetPointeeType()
|
| H A D | Type.cpp | 1091 TypeImpl TypeImpl::GetPointeeType() const { in GetPointeeType() function in TypeImpl 1095 return TypeImpl(m_static_type.GetPointeeType(), in GetPointeeType() 1096 m_dynamic_type.GetPointeeType()); in GetPointeeType() 1098 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 | 338 CompilerType GetPointeeType() const;
|
| H A D | TypeSystem.h | 283 virtual CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) = 0;
|
| H A D | Type.h | 664 TypeImpl GetPointeeType() const;
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObject.cpp | 2819 deref_compiler_type = compiler_type.GetPointeeType(); in Dereference() 3007 type.IsPointerType() ? type.GetPointeeType() : type.GetNonReferenceType(); in CastDerivedToBaseType() 3009 start_type.IsPointerType() ? start_type.GetPointeeType() : start_type; in CastDerivedToBaseType() 3041 if (!inner_value_type.CompareTypes(type.GetPointeeType())) in CastDerivedToBaseType() 3077 type.IsPointerType() ? type.GetPointeeType() : type.GetNonReferenceType(); in CastBaseToDerivedType() 3079 start_type.IsPointerType() ? start_type.GetPointeeType() : start_type; in CastBaseToDerivedType()
|
| H A D | DILEval.cpp | 318 base_type = base_type.GetPointeeType(); in Visit()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 829 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 D | ItaniumABILanguageRuntime.cpp | 186 CompilerType pointee_type = type.GetPointeeType(); in TypeHasVTable()
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 228 CompilerType non_ptr_type = compiler_type.GetPointeeType(); in GetPossibleMatches()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 4577 TypeSystemClang::GetPointeeType(lldb::opaque_compiler_type_t type) { in GetPointeeType() function in TypeSystemClang 5402 CompilerType pointee_clang_type(GetPointeeType(type)); in GetNumChildren() 5803 count = GetPointeeType(type).GetNumDirectBaseClasses(); in GetNumDirectBaseClasses() 5904 return GetPointeeType(type).GetDirectBaseClassAtIndex(idx, bit_offset_ptr); in GetDirectBaseClassAtIndex() 6480 CompilerType pointee_clang_type(GetPointeeType(type)); in GetChildCompilerTypeAtIndex() 6556 CompilerType pointee_clang_type(GetPointeeType(type)); in GetChildCompilerTypeAtIndex() 6896 CompilerType pointee_clang_type(GetPointeeType(type)); in GetIndexOfChildMemberWithName()
|
| H A D | TypeSystemClang.h | 787 CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) override;
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 69755 result = (arg1)->GetPointeeType(); in _wrap_SBType_GetPointeeType()
|