Lines Matching refs:CAT
883 const ConstantArrayType *CAT = cast<ConstantArrayType>(E->getType());
887 Str.resize(CAT->getSize().getZExtValue(), '\0');
1180 const ArrayType *CAT = Context.getAsArrayType(DestType);
1191 CAT->getElementType(), CGF);
1199 CAT->getElementType(), CGF);
1271 if (const ConstantArrayType *CAT =
1273 QualType ElementTy = CAT->getElementType();
1276 for (uint64_t I = 0, E = CAT->getSize().getZExtValue(); I != E; ++I) {
1463 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) {
1467 QualType ElementTy = CAT->getElementType();
1470 unsigned NumElements = CAT->getSize().getZExtValue();