Searched refs:ArrayT (Results 1 – 6 of 6) sorted by relevance
223 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local224 return V->getType() == ArrayT->getElementType(); in matchScalarInAggregate()233 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local234 return makeConstantsWithType(ArrayT->getElementType()); in matchScalarInAggregate()
1251 if (const IncompleteArrayType *ArrayT in ActOnEndOfTranslationUnit() local1256 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), One, in ActOnEndOfTranslationUnit()
8019 if (const IncompleteArrayType *ArrayT in Perform() local8042 = S.Context.getDependentSizedArrayType(ArrayT->getElementType(), in Perform()8044 ArrayT->getSizeModifier(), in Perform()8045 ArrayT->getIndexTypeCVRQualifiers(), in Perform()
11874 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); in TransformCXXNewExpr() local11875 if (!ArrayT) { in TransformCXXNewExpr()11878 = dyn_cast<ConstantArrayType>(ArrayT)) { in TransformCXXNewExpr()11884 = dyn_cast<DependentSizedArrayType>(ArrayT)) { in TransformCXXNewExpr()
4953 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType() local4954 if (!ArrayT->getSize()) in isIncompleteOrZeroLengthArrayType()4957 T = ArrayT->getElementType(); in isIncompleteOrZeroLengthArrayType()
12793 if (const IncompleteArrayType *ArrayT in ActOnUninitializedDecl() local12796 Var->getLocation(), ArrayT->getElementType(), in ActOnUninitializedDecl()