Searched refs:ArrayT (Results 1 – 6 of 6) sorted by relevance
223 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local224 return V->getType() == ArrayT->getElementType(); in matchScalarInAggregate()233 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local234 return makeConstantsWithType(ArrayT->getElementType()); in matchScalarInAggregate()
1193 if (const IncompleteArrayType *ArrayT in ActOnEndOfTranslationUnit() local1198 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), One, in ActOnEndOfTranslationUnit()
8017 if (const IncompleteArrayType *ArrayT in Perform() local8040 = S.Context.getDependentSizedArrayType(ArrayT->getElementType(), in Perform()8042 ArrayT->getSizeModifier(), in Perform()8043 ArrayT->getIndexTypeCVRQualifiers(), in Perform()
11795 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); in TransformCXXNewExpr() local11796 if (!ArrayT) { in TransformCXXNewExpr()11799 = dyn_cast<ConstantArrayType>(ArrayT)) { in TransformCXXNewExpr()11805 = dyn_cast<DependentSizedArrayType>(ArrayT)) { in TransformCXXNewExpr()
4953 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType() local4954 if (!ArrayT->getSize()) in isIncompleteOrZeroLengthArrayType()4957 T = ArrayT->getElementType(); in isIncompleteOrZeroLengthArrayType()
12736 if (const IncompleteArrayType *ArrayT in ActOnUninitializedDecl() local12739 Var->getLocation(), ArrayT->getElementType(), in ActOnUninitializedDecl()