Home | History | Annotate | Download | only in Sema

Lines Matching defs:ArrayT

7574     const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType);
7575 if (!ArrayT) {
7578 = dyn_cast<ConstantArrayType>(ArrayT)) {
7586 = dyn_cast<DependentSizedArrayType>(ArrayT)) {