Home | History | Annotate | Download | only in AST

Lines Matching refs:DependentSizedArrayType

2507     const DependentSizedArrayType *dat = cast<DependentSizedArrayType>(ty);
2590 DependentSizedArrayType *newType
2592 DependentSizedArrayType(*this, elementType, QualType(),
2606 DependentSizedArrayType::Profile(ID, *this,
2611 DependentSizedArrayType *canonTy =
2617 DependentSizedArrayType(*this, QualType(canonElementType.Ty, 0),
2635 DependentSizedArrayType *sugaredType
2637 DependentSizedArrayType(*this, elementType, canon, numElements,
3947 const DependentSizedArrayType *DSAT = cast<DependentSizedArrayType>(AT);
4242 if (const DependentSizedArrayType *DSAT
4243 = dyn_cast<DependentSizedArrayType>(ATy))