Home | History | Annotate | Download | only in AST

Lines Matching refs:DependentSizedArrayType

2700     const DependentSizedArrayType *dat = cast<DependentSizedArrayType>(ty);
2783 DependentSizedArrayType *newType
2785 DependentSizedArrayType(*this, elementType, QualType(),
2799 DependentSizedArrayType::Profile(ID, *this,
2804 DependentSizedArrayType *canonTy =
2810 DependentSizedArrayType(*this, QualType(canonElementType.Ty, 0),
2829 DependentSizedArrayType *sugaredType
2831 DependentSizedArrayType(*this, elementType, canon, numElements,
4185 const DependentSizedArrayType *DSAT = cast<DependentSizedArrayType>(AT);
4480 if (const DependentSizedArrayType *DSAT
4481 = dyn_cast<DependentSizedArrayType>(ATy))