Searched refs:GetPointeeType (Results 1 – 17 of 17) sorted by relevance
312 CompilerType GetPointeeType() const { in GetPointeeType() function314 return type_sp->GetForwardCompilerType().GetPointeeType(); in GetPointeeType()315 return compiler_type.GetPointeeType(); in GetPointeeType()414 TypeImpl GetPointeeType() const;
226 CompilerType GetPointeeType() const;
250 virtual CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) = 0;
701 CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) override;
922 TypeImpl TypeImpl::GetPointeeType() const { in GetPointeeType() function in TypeImpl926 return TypeImpl(m_static_type.GetPointeeType(), in GetPointeeType()927 m_dynamic_type.GetPointeeType()); in GetPointeeType()929 return TypeImpl(m_static_type.GetPointeeType()); in GetPointeeType()
260 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()428 CompilerType CompilerType::GetPointeeType() const { in GetPointeeType() function in CompilerType430 return m_type_system->GetPointeeType(m_type); in GetPointeeType()
653 CompilerType pointee_type(compiler_type.GetPointeeType()); in PrivateAutoComplete()
4873 ClangASTContext::GetPointeeType(lldb::opaque_compiler_type_t type) { in GetPointeeType() function in ClangASTContext6134 count = GetPointeeType(type).GetNumDirectBaseClasses(); in GetNumDirectBaseClasses()6283 return GetPointeeType(type).GetDirectBaseClassAtIndex(idx, bit_offset_ptr); in GetDirectBaseClassAtIndex()6878 CompilerType pointee_clang_type(GetPointeeType(type)); in GetChildCompilerTypeAtIndex()6954 CompilerType pointee_clang_type(GetPointeeType(type)); in GetChildCompilerTypeAtIndex()7388 CompilerType pointee_clang_type(GetPointeeType(type)); in GetIndexOfChildMemberWithName()
41 CompilerType pointee_type(valobj_type.GetPointeeType()); in DerefToNSErrorPointer()
121 m_element_type = m_element_type.GetPointeeType(); in GetChildAtIndex()
147 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
209 item_ptr->GetCompilerType().GetPointeeType()); in Update()
131 lldb::SBType GetPointeeType();
145 SBType SBType::GetPointeeType() { in GetPointeeType() function in SBType148 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType()))); in GetPointeeType()
329 m_rValue.GetType().GetPointeeType().GetBasicType(); in IsPointeeCharType()
1001 this_type->GetForwardCompilerType().GetPointeeType(); in FindExternalVisibleDecls()1117 self_clang_type = self_clang_type.GetPointeeType(); in FindExternalVisibleDecls()
219 CompilerType non_ptr_type = compiler_type.GetPointeeType(); in GetPossibleMatches()