Searched refs:ArrayT (Results 1 – 6 of 6) sorted by relevance
230 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local231 return V->getType() == ArrayT->getElementType(); in matchScalarInAggregate()240 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local241 return makeConstantsWithType(ArrayT->getElementType()); in matchScalarInAggregate()
1307 if (const IncompleteArrayType *ArrayT in ActOnEndOfTranslationUnit() local1312 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), One, in ActOnEndOfTranslationUnit()
8416 if (const IncompleteArrayType *ArrayT in Perform() local8439 = S.Context.getDependentSizedArrayType(ArrayT->getElementType(), in Perform()8441 ArrayT->getSizeModifier(), in Perform()8442 ArrayT->getIndexTypeCVRQualifiers(), in Perform()
12330 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); in TransformCXXNewExpr() local12331 if (!ArrayT) { in TransformCXXNewExpr()12334 = dyn_cast<ConstantArrayType>(ArrayT)) { in TransformCXXNewExpr()12340 = dyn_cast<DependentSizedArrayType>(ArrayT)) { in TransformCXXNewExpr()
5074 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType() local5075 if (!ArrayT->getSize()) in isIncompleteOrZeroLengthArrayType()5078 T = ArrayT->getElementType(); in isIncompleteOrZeroLengthArrayType()
13672 if (const IncompleteArrayType *ArrayT in ActOnUninitializedDecl() local13675 Var->getLocation(), ArrayT->getElementType(), in ActOnUninitializedDecl()