Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArrayT

9199     const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType);
9200 if (!ArrayT) {
9203 = dyn_cast<ConstantArrayType>(ArrayT)) {
9209 = dyn_cast<DependentSizedArrayType>(ArrayT)) {