Searched refs:ArrayT (Results 1 – 6 of 6) sorted by relevance
253 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local254 return V->getType() == ArrayT->getElementType(); in matchScalarInAggregate()263 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local264 return makeConstantsWithType(ArrayT->getElementType()); in matchScalarInAggregate()
1371 if (const IncompleteArrayType *ArrayT in ActOnEndOfTranslationUnit() local1377 ArrayT->getElementType(), One, nullptr, ArraySizeModifier::Normal, 0); in ActOnEndOfTranslationUnit()
7524 if (const IncompleteArrayType *ArrayT in Perform() local7547 = S.Context.getDependentSizedArrayType(ArrayT->getElementType(), in Perform()7549 ArrayT->getSizeModifier(), in Perform()7550 ArrayT->getIndexTypeCVRQualifiers(), in Perform()
13435 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); in TransformCXXNewExpr() local13436 if (!ArrayT) { in TransformCXXNewExpr()13439 = dyn_cast<ConstantArrayType>(ArrayT)) { in TransformCXXNewExpr()13445 = dyn_cast<DependentSizedArrayType>(ArrayT)) { in TransformCXXNewExpr()
5120 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType() local5121 if (ArrayT->isZeroSize()) in isIncompleteOrZeroLengthArrayType()5124 T = ArrayT->getElementType(); in isIncompleteOrZeroLengthArrayType()
13951 if (const IncompleteArrayType *ArrayT in ActOnUninitializedDecl() local13954 Var->getLocation(), ArrayT->getElementType(), in ActOnUninitializedDecl()