Searched refs:IsAggregateType (Results 1 – 12 of 12) sorted by relevance
105 if (clang_type.IsAggregateType ()) in UpdateValue()
228 if (GetClangType().IsAggregateType()) in UpdateValue()
272 if (GetClangType().IsAggregateType ()) in UpdateValue()
224 if (GetClangType().IsAggregateType()) in UpdateValue()
1307 if (GetClangType().IsAggregateType () == false && UpdateValueIfNeeded(false)) in GetValueAsCString()1441 if (!GetClangType().IsAggregateType()) in GetValueAsUnsigned()1688 if (GetClangType().IsAggregateType()) in DumpPrintableRepresentation()
1741 bool is_aggregate = target->GetClangType().IsAggregateType(); in FormatPromptRecurse()
359 Type::IsAggregateType () in IsAggregateType() function in Type361 return GetClangForwardType().IsAggregateType(); in IsAggregateType()
191 ClangASTType::IsAggregateType () const in IsAggregateType() function in ClangASTType211 … return ClangASTType(m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).IsAggregateType(); in IsAggregateType()213 …langASTType(m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsAggregateType(); in IsAggregateType()215 return ClangASTType(m_ast, cast<ParenType>(qual_type)->desugar()).IsAggregateType(); in IsAggregateType()3143 if (transparent_pointers && pointee_clang_type.IsAggregateType()) in GetChildClangTypeAtIndex()3233 if (transparent_pointers && pointee_clang_type.IsAggregateType ()) in GetChildClangTypeAtIndex()3278 if (transparent_pointers && pointee_clang_type.IsAggregateType ()) in GetChildClangTypeAtIndex()3686 if (pointee_clang_type.IsAggregateType ()) in GetIndexOfChildMemberWithName()3699 if (pointee_clang_type.IsAggregateType ()) in GetIndexOfChildMemberWithName()3880 if (pointee_type.IsAggregateType ()) in GetIndexOfChildWithName()[all …]
134 IsAggregateType ();
129 IsAggregateType () const;
837 if (return_clang_type.IsAggregateType()) in GetReturnValueObjectImpl()
1905 if (copied_clang_type.IsAggregateType() && copied_clang_type.GetCompleteType ()) in CopyClassType()