Searched refs:ArrayT (Results 1 – 6 of 6) sorted by relevance
224 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local225 return V->getType() == ArrayT->getElementType(); in matchScalarInAggregate()234 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local235 return makeConstantsWithType(ArrayT->getElementType()); in matchScalarInAggregate()
1050 if (const IncompleteArrayType *ArrayT in ActOnEndOfTranslationUnit() local1055 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), in ActOnEndOfTranslationUnit()
7316 if (const IncompleteArrayType *ArrayT in Perform() local7339 = S.Context.getDependentSizedArrayType(ArrayT->getElementType(), in Perform()7341 ArrayT->getSizeModifier(), in Perform()7342 ArrayT->getIndexTypeCVRQualifiers(), in Perform()
10320 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); in TransformCXXNewExpr() local10321 if (!ArrayT) { in TransformCXXNewExpr()10324 = dyn_cast<ConstantArrayType>(ArrayT)) { in TransformCXXNewExpr()10330 = dyn_cast<DependentSizedArrayType>(ArrayT)) { in TransformCXXNewExpr()
4614 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType() local4615 if (!ArrayT->getSize()) in isIncompleteOrZeroLengthArrayType()4618 T = ArrayT->getElementType(); in isIncompleteOrZeroLengthArrayType()
11535 if (const IncompleteArrayType *ArrayT in ActOnUninitializedDecl() local11538 ArrayT->getElementType(), in ActOnUninitializedDecl()