Searched refs:IsAggregateType (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectCast.cpp105 if (clang_type.IsAggregateType ())
H A DValueObjectDynamicValue.cpp324 if (GetClangType().IsAggregateType ())
H A DValueObjectMemory.cpp228 if (GetClangType().IsAggregateType())
H A DValueObjectVariable.cpp228 if (GetClangType().IsAggregateType())
H A DValueObject.cpp1465 if (!GetClangType().IsAggregateType())
1486 if (!GetClangType().IsAggregateType())
1734 if (GetClangType().IsAggregateType())
H A DDebugger.cpp1698 bool is_aggregate = target->GetClangType().IsAggregateType();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp55 if (valobj->GetClangType().IsAggregateType () == false)
164 if (valobj->GetClangType().IsAggregateType ())
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTType.h129 IsAggregateType () const;
H A DType.h134 IsAggregateType ();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp192 ClangASTType::IsAggregateType () const function in class:ClangASTType
212 return ClangASTType(m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).IsAggregateType();
214 return ClangASTType(m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsAggregateType();
216 return ClangASTType(m_ast, cast<ParenType>(qual_type)->desugar()).IsAggregateType();
3207 if (transparent_pointers && pointee_clang_type.IsAggregateType())
3297 if (transparent_pointers && pointee_clang_type.IsAggregateType ())
3342 if (transparent_pointers && pointee_clang_type.IsAggregateType ())
3744 // if (ClangASTContext::IsAggregateType (pointee_type.getAsOpaquePtr()))
3760 if (pointee_clang_type.IsAggregateType ())
3773 if (pointee_clang_type.IsAggregateType ())
[all...]
H A DType.cpp359 Type::IsAggregateType () function in class:Type
361 return GetClangForwardType().IsAggregateType();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp812 if (return_clang_type.IsAggregateType())
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1992 if (copied_clang_type.IsAggregateType() && copied_clang_type.GetCompleteType ())

Completed in 94 milliseconds