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()
6056 if (const IncompleteArrayType *ArrayT in Perform() local6079 = S.Context.getDependentSizedArrayType(ArrayT->getElementType(), in Perform()6081 ArrayT->getSizeModifier(), in Perform()6082 ArrayT->getIndexTypeCVRQualifiers(), in Perform()
8780 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); in TransformCXXNewExpr() local8781 if (!ArrayT) { in TransformCXXNewExpr()8784 = dyn_cast<ConstantArrayType>(ArrayT)) { in TransformCXXNewExpr()8790 = dyn_cast<DependentSizedArrayType>(ArrayT)) { in TransformCXXNewExpr()
3764 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType() local3765 if (!ArrayT->getSize()) in isIncompleteOrZeroLengthArrayType()3768 T = ArrayT->getElementType(); in isIncompleteOrZeroLengthArrayType()
9466 if (const IncompleteArrayType *ArrayT in ActOnUninitializedDecl() local9469 ArrayT->getElementType(), in ActOnUninitializedDecl()