Searched refs:ArrayT (Results 1 – 5 of 5) sorted by relevance
777 if (const IncompleteArrayType *ArrayT in ActOnEndOfTranslationUnit() local782 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), in ActOnEndOfTranslationUnit()
5657 if (const IncompleteArrayType *ArrayT in Perform() local5680 = S.Context.getDependentSizedArrayType(ArrayT->getElementType(), in Perform()5682 ArrayT->getSizeModifier(), in Perform()5683 ArrayT->getIndexTypeCVRQualifiers(), in Perform()
8489 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); in TransformCXXNewExpr() local8490 if (!ArrayT) { in TransformCXXNewExpr()8493 = dyn_cast<ConstantArrayType>(ArrayT)) { in TransformCXXNewExpr()8499 = dyn_cast<DependentSizedArrayType>(ArrayT)) { in TransformCXXNewExpr()
3738 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType() local3739 if (!ArrayT->getSize()) in isIncompleteOrZeroLengthArrayType()3742 T = ArrayT->getElementType(); in isIncompleteOrZeroLengthArrayType()
9194 if (const IncompleteArrayType *ArrayT in ActOnUninitializedDecl() local9197 ArrayT->getElementType(), in ActOnUninitializedDecl()