Home | History | Annotate | Download | only in Symbol

Lines Matching refs:IsAggregateType

191 ClangASTType::IsAggregateType () const
211 return ClangASTType(m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).IsAggregateType();
213 return ClangASTType(m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsAggregateType();
215 return ClangASTType(m_ast, cast<ParenType>(qual_type)->desugar()).IsAggregateType();
3143 if (transparent_pointers && pointee_clang_type.IsAggregateType())
3233 if (transparent_pointers && pointee_clang_type.IsAggregateType ())
3278 if (transparent_pointers && pointee_clang_type.IsAggregateType ())
3670 // if (ClangASTContext::IsAggregateType (pointee_type.getAsOpaquePtr()))
3686 if (pointee_clang_type.IsAggregateType ())
3699 if (pointee_clang_type.IsAggregateType ())
3865 // if (ClangASTContext::IsAggregateType (pointee_type.getAsOpaquePtr()))
3880 if (pointee_type.IsAggregateType ())
3892 if (pointee_type.IsAggregateType ())
5849 if (IsAggregateType())
6165 if (IsAggregateType ())
6296 if (!IsAggregateType ())