Searched refs:IsAggregateType (Results 1 – 16 of 16) sorted by relevance
31 bool CompilerType::IsAggregateType() const { in IsAggregateType() function in CompilerType33 return m_type_system->IsAggregateType(m_type); in IsAggregateType()787 if (IsAggregateType()) { in GetValueAsScalar()
387 bool Type::IsAggregateType() { in IsAggregateType() function in Type388 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType()
83 bool IsAggregateType() const;
136 bool IsAggregateType();
142 virtual bool IsAggregateType(lldb::opaque_compiler_type_t type) = 0;
603 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
619 if (!return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
635 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
598 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
857 } else if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
664 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
2783 bool TypeSystemClang::IsAggregateType(lldb::opaque_compiler_type_t type) { in IsAggregateType() function in TypeSystemClang5380 if (pointee_clang_type.IsAggregateType()) in GetNumChildren()5416 if (pointee_clang_type.IsAggregateType()) in GetNumChildren()6390 if (transparent_pointers && pointee_clang_type.IsAggregateType()) { in GetChildCompilerTypeAtIndex()6470 if (transparent_pointers && pointee_clang_type.IsAggregateType()) { in GetChildCompilerTypeAtIndex()6509 if (transparent_pointers && pointee_clang_type.IsAggregateType()) { in GetChildCompilerTypeAtIndex()6835 if (pointee_clang_type.IsAggregateType()) { in GetIndexOfChildMemberWithName()6844 if (pointee_clang_type.IsAggregateType()) { in GetIndexOfChildMemberWithName()7015 if (pointee_type.IsAggregateType()) { in GetIndexOfChildWithName()7026 if (pointee_type.IsAggregateType()) { in GetIndexOfChildWithName()[all …]
556 bool IsAggregateType(lldb::opaque_compiler_type_t type) override;
844 bool is_aggregate = target->GetCompilerType().IsAggregateType(); in DumpValue()1706 if (var_value_sp->GetCompilerType().IsAggregateType() && in Format()
1698 } else if (compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
1906 if (copied_clang_type.IsAggregateType() && in AddContextClassType()