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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxSpan.cpp103 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType();
H A DLibCxxVector.cpp146 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType();
H A DLibCxxUnorderedMap.cpp140 m_element_type = m_element_type.GetPointeeType();
H A DLibStdcpp.cpp216 item_ptr->GetCompilerType().GetPointeeType());
H A DLibCxx.cpp445 .GetPointeeType());
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i259 ) lldb::SBType::GetPointeeType;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp39 CompilerType pointee_type(valobj_type.GetPointeeType());
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp288 return IsPointerType() && GetPointeeType().IsScalarType();
385 GetPointeeType().GetBasicTypeEnumeration() == lldb::eBasicTypeVoid;
651 CompilerType CompilerType::GetPointeeType() const { function in class:CompilerType
654 return type_system_sp->GetPointeeType(m_type);
H A DType.cpp1064 TypeImpl TypeImpl::GetPointeeType() const { function in class:TypeImpl
1068 return TypeImpl(m_static_type.GetPointeeType(),
1069 m_dynamic_type.GetPointeeType());
1071 return TypeImpl(m_static_type.GetPointeeType());
H A DVariable.cpp611 CompilerType pointee_type(compiler_type.GetPointeeType());
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h146 lldb::SBType GetPointeeType();
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp172 SBType SBType::GetPointeeType() { function in class:SBType
177 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType())));
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h324 CompilerType GetPointeeType() const;
H A DType.h597 TypeImpl GetPointeeType() const;
H A DTypeSystem.h265 virtual CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp829 capturedThis->GetCompilerType().GetPointeeType();
876 this_type->GetForwardCompilerType().GetPointeeType();
973 self_clang_type = self_clang_type.GetPointeeType();
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp220 CompilerType non_ptr_type = compiler_type.GetPointeeType();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp188 CompilerType pointee_type = type.GetPointeeType();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h779 CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4502 TypeSystemClang::GetPointeeType(lldb::opaque_compiler_type_t type) { function in class:TypeSystemClang
5349 CompilerType pointee_clang_type(GetPointeeType(type));
5742 count = GetPointeeType(type).GetNumDirectBaseClasses();
5843 return GetPointeeType(type).GetDirectBaseClassAtIndex(idx, bit_offset_ptr);
6359 CompilerType pointee_clang_type(GetPointeeType(type));
6435 CompilerType pointee_clang_type(GetPointeeType(type));
6813 CompilerType pointee_clang_type(GetPointeeType(type));
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2629 child_compiler_type = compiler_type.GetPointeeType();
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 489 milliseconds