Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i390 ") GetPointeeType;
392 GetPointeeType();
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp958 TypeImpl TypeImpl::GetPointeeType() const { in GetPointeeType() function in TypeImpl
962 return TypeImpl(m_static_type.GetPointeeType(), in GetPointeeType()
963 m_dynamic_type.GetPointeeType()); in GetPointeeType()
965 return TypeImpl(m_static_type.GetPointeeType()); in GetPointeeType()
H A DCompilerType.cpp246 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()
400 CompilerType CompilerType::GetPointeeType() const { in GetPointeeType() function in CompilerType
402 return m_type_system->GetPointeeType(m_type); in GetPointeeType()
H A DVariable.cpp630 CompilerType pointee_type(compiler_type.GetPointeeType()); in PrivateAutoComplete()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp175 SBType SBType::GetPointeeType() { in GetPointeeType() function in SBType
176 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetPointeeType); in GetPointeeType()
181 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType())))); in GetPointeeType()
945 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetPointeeType, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp40 CompilerType pointee_type(valobj_type.GetPointeeType()); in DerefToNSErrorPointer()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h138 lldb::SBType GetPointeeType();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp120 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.cpp208 item_ptr->GetCompilerType().GetPointeeType()); in Update()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h214 CompilerType GetPointeeType() const;
H A DType.h278 TypeImpl GetPointeeType() const;
H A DTypeSystem.h249 virtual CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp220 CompilerType non_ptr_type = compiler_type.GetPointeeType(); in GetPossibleMatches()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp850 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass()
974 self_clang_type = self_clang_type.GetPointeeType(); in LookUpLldbObjCClass()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h699 CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4496 TypeSystemClang::GetPointeeType(lldb::opaque_compiler_type_t type) { in GetPointeeType() function in TypeSystemClang
5377 CompilerType pointee_clang_type(GetPointeeType(type)); in GetNumChildren()
5771 count = GetPointeeType(type).GetNumDirectBaseClasses(); in GetNumDirectBaseClasses()
5872 return GetPointeeType(type).GetDirectBaseClassAtIndex(idx, bit_offset_ptr); in GetDirectBaseClassAtIndex()
6388 CompilerType pointee_clang_type(GetPointeeType(type)); in GetChildCompilerTypeAtIndex()
6464 CompilerType pointee_clang_type(GetPointeeType(type)); in GetChildCompilerTypeAtIndex()
6842 CompilerType pointee_clang_type(GetPointeeType(type)); in GetIndexOfChildMemberWithName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2674 child_compiler_type = compiler_type.GetPointeeType(); in Dereference()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp58818 result = (arg1)->GetPointeeType(); in _wrap_SBType_GetPointeeType()