Home | History | Annotate | Download | only in Sema

Lines Matching defs:ArrayT

7320     const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType);
7321 if (!ArrayT) {
7324 = dyn_cast<ConstantArrayType>(ArrayT)) {
7332 = dyn_cast<DependentSizedArrayType>(ArrayT)) {