Home
last modified time | relevance | path

Searched refs:IsAggregateType (Results 1 – 12 of 12) sorted by relevance

/external/lldb/source/Core/
DValueObjectCast.cpp105 if (clang_type.IsAggregateType ()) in UpdateValue()
DValueObjectMemory.cpp228 if (GetClangType().IsAggregateType()) in UpdateValue()
DValueObjectDynamicValue.cpp272 if (GetClangType().IsAggregateType ()) in UpdateValue()
DValueObjectVariable.cpp224 if (GetClangType().IsAggregateType()) in UpdateValue()
DValueObject.cpp1307 if (GetClangType().IsAggregateType () == false && UpdateValueIfNeeded(false)) in GetValueAsCString()
1441 if (!GetClangType().IsAggregateType()) in GetValueAsUnsigned()
1688 if (GetClangType().IsAggregateType()) in DumpPrintableRepresentation()
DDebugger.cpp1741 bool is_aggregate = target->GetClangType().IsAggregateType(); in FormatPromptRecurse()
/external/lldb/source/Symbol/
DType.cpp359 Type::IsAggregateType () in IsAggregateType() function in Type
361 return GetClangForwardType().IsAggregateType(); in IsAggregateType()
DClangASTType.cpp191 ClangASTType::IsAggregateType () const in IsAggregateType() function in ClangASTType
211 … 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 …]
/external/lldb/include/lldb/Symbol/
DType.h134 IsAggregateType ();
DClangASTType.h129 IsAggregateType () const;
/external/lldb/source/Plugins/ABI/SysV-x86_64/
DABISysV_x86_64.cpp837 if (return_clang_type.IsAggregateType()) in GetReturnValueObjectImpl()
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp1905 if (copied_clang_type.IsAggregateType() && copied_clang_type.GetCompleteType ()) in CopyClassType()