Searched refs:ArrayT (Results 1 – 5 of 5) sorted by relevance
802 if (const IncompleteArrayType *ArrayT in ActOnEndOfTranslationUnit() local807 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), in ActOnEndOfTranslationUnit()
6240 if (const IncompleteArrayType *ArrayT in Perform() local6263 = S.Context.getDependentSizedArrayType(ArrayT->getElementType(), in Perform()6265 ArrayT->getSizeModifier(), in Perform()6266 ArrayT->getIndexTypeCVRQualifiers(), in Perform()
9506 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); in TransformCXXNewExpr() local9507 if (!ArrayT) { in TransformCXXNewExpr()9510 = dyn_cast<ConstantArrayType>(ArrayT)) { in TransformCXXNewExpr()9516 = dyn_cast<DependentSizedArrayType>(ArrayT)) { in TransformCXXNewExpr()
3753 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType() local3754 if (!ArrayT->getSize()) in isIncompleteOrZeroLengthArrayType()3757 T = ArrayT->getElementType(); in isIncompleteOrZeroLengthArrayType()
10091 if (const IncompleteArrayType *ArrayT in ActOnUninitializedDecl() local10094 ArrayT->getElementType(), in ActOnUninitializedDecl()