Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i259 ) lldb::SBType::GetPointeeType;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxSpan.cpp102 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
H A DLibCxxVector.cpp148 m_element_type = data_sp->GetCompilerType().GetPointeeType(); in Update()
H A DLibStdcpp.cpp215 item_ptr->GetCompilerType().GetPointeeType()); in Update()
H A DLibCxxUnorderedMap.cpp145 return node_sp->GetCompilerType().GetTypeTemplateArgument(0).GetPointeeType(); in GetNodeType()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp311 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 DType.cpp1091 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 DVariable.cpp617 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.h177 lldb::SBType GetPointeeType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp190 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 DCompilerType.h338 CompilerType GetPointeeType() const;
H A DTypeSystem.h283 virtual CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) = 0;
H A DType.h664 TypeImpl GetPointeeType() const;
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp2819 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 DDILEval.cpp318 base_type = base_type.GetPointeeType(); in Visit()
/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.cpp186 CompilerType pointee_type = type.GetPointeeType(); in TypeHasVTable()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp228 CompilerType non_ptr_type = compiler_type.GetPointeeType(); in GetPossibleMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4577 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 DTypeSystemClang.h787 CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) override;
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69755 result = (arg1)->GetPointeeType(); in _wrap_SBType_GetPointeeType()