Searched refs:IsAggregateType (Results 1 – 15 of 15) sorted by relevance
51 bool CompilerType::IsAggregateType() const { in IsAggregateType() function in CompilerType53 return m_type_system->IsAggregateType(m_type); in IsAggregateType()813 if (IsAggregateType()) { in GetValueAsScalar()912 if (!IsAggregateType()) { in SetValueFromScalar()
345 bool Type::IsAggregateType() { in IsAggregateType() function in Type346 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType()
2839 bool ClangASTContext::IsAggregateType(lldb::opaque_compiler_type_t type) { in IsAggregateType() function in ClangASTContext2854 return IsAggregateType(llvm::cast<clang::AutoType>(qual_type) in IsAggregateType()2858 return IsAggregateType(llvm::cast<clang::ElaboratedType>(qual_type) in IsAggregateType()2862 return IsAggregateType(llvm::cast<clang::TypedefType>(qual_type) in IsAggregateType()2867 return IsAggregateType( in IsAggregateType()6960 if (transparent_pointers && pointee_clang_type.IsAggregateType()) { in GetChildCompilerTypeAtIndex()7381 if (pointee_clang_type.IsAggregateType()) { in GetIndexOfChildMemberWithName()7390 if (pointee_clang_type.IsAggregateType()) { in GetIndexOfChildMemberWithName()7592 if (pointee_type.IsAggregateType()) { in GetIndexOfChildWithName()7604 if (pointee_type.IsAggregateType()) { in GetIndexOfChildWithName()[all …]
82 bool IsAggregateType() const;
144 virtual bool IsAggregateType(lldb::opaque_compiler_type_t type) = 0;
135 bool IsAggregateType();
550 bool IsAggregateType(lldb::opaque_compiler_type_t type) override;
619 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
864 } else if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
668 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
728 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
869 bool is_aggregate = target->GetCompilerType().IsAggregateType(); in DumpValue()1706 if (var_value_sp->GetCompilerType().IsAggregateType() && in Format()
1581 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
1713 } else if (compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
2142 if (copied_clang_type.IsAggregateType() && in AddThisType()