Lines Matching refs:ATy
3440 const ArrayType *ATy = dyn_cast<ArrayType>(split.Ty);
3441 if (ATy == 0 || qs.empty())
3442 return ATy;
3446 QualType NewEltTy = getQualifiedType(ATy->getElementType(), qs);
3448 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(ATy))
3452 if (const IncompleteArrayType *IAT = dyn_cast<IncompleteArrayType>(ATy))
3458 = dyn_cast<DependentSizedArrayType>(ATy))
3466 const VariableArrayType *VAT = cast<VariableArrayType>(ATy);