Lines Matching refs:CAT
857 const ConstantArrayType *CAT = cast<ConstantArrayType>(E->getType());
861 Str.resize(CAT->getSize().getZExtValue(), '\0');
1182 const ArrayType *CAT = Context.getAsArrayType(DestType);
1193 CAT->getElementType(), CGF);
1201 CAT->getElementType(), CGF);
1275 if (const ConstantArrayType *CAT =
1277 QualType ElementTy = CAT->getElementType();
1280 for (uint64_t I = 0, E = CAT->getSize().getZExtValue(); I != E; ++I) {
1468 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) {
1472 QualType ElementTy = CAT->getElementType();
1475 unsigned NumElements = CAT->getSize().getZExtValue();