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()
1330 if (const IncompleteArrayType *ArrayT in ActOnEndOfTranslationUnit() local1336 ArrayT->getElementType(), One, nullptr, ArraySizeModifier::Normal, 0); in ActOnEndOfTranslationUnit()
8576 if (const IncompleteArrayType *ArrayT in Perform() local8599 = S.Context.getDependentSizedArrayType(ArrayT->getElementType(), in Perform()8601 ArrayT->getSizeModifier(), in Perform()8602 ArrayT->getIndexTypeCVRQualifiers(), in Perform()
12569 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); in TransformCXXNewExpr() local12570 if (!ArrayT) { in TransformCXXNewExpr()12573 = dyn_cast<ConstantArrayType>(ArrayT)) { in TransformCXXNewExpr()12579 = dyn_cast<DependentSizedArrayType>(ArrayT)) { in TransformCXXNewExpr()
5266 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType() local5267 if (!ArrayT->getSize()) in isIncompleteOrZeroLengthArrayType()5270 T = ArrayT->getElementType(); in isIncompleteOrZeroLengthArrayType()
14146 if (const IncompleteArrayType *ArrayT in ActOnUninitializedDecl() local14149 Var->getLocation(), ArrayT->getElementType(), in ActOnUninitializedDecl()