Searched refs:ArrayT (Results 1 – 5 of 5) sorted by relevance
766 if (const IncompleteArrayType *ArrayT in ActOnEndOfTranslationUnit() local771 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), in ActOnEndOfTranslationUnit()
5760 if (const IncompleteArrayType *ArrayT in Perform() local5783 = S.Context.getDependentSizedArrayType(ArrayT->getElementType(), in Perform()5785 ArrayT->getSizeModifier(), in Perform()5786 ArrayT->getIndexTypeCVRQualifiers(), in Perform()
8528 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); in TransformCXXNewExpr() local8529 if (!ArrayT) { in TransformCXXNewExpr()8532 = dyn_cast<ConstantArrayType>(ArrayT)) { in TransformCXXNewExpr()8538 = dyn_cast<DependentSizedArrayType>(ArrayT)) { in TransformCXXNewExpr()
3793 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType() local3794 if (!ArrayT->getSize()) in isIncompleteOrZeroLengthArrayType()3797 T = ArrayT->getElementType(); in isIncompleteOrZeroLengthArrayType()
9309 if (const IncompleteArrayType *ArrayT in ActOnUninitializedDecl() local9312 ArrayT->getElementType(), in ActOnUninitializedDecl()