Home | History | Annotate | Download | only in Sema

Lines Matching defs:ArrayT

8020     const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType);
8021 if (!ArrayT) {
8024 = dyn_cast<ConstantArrayType>(ArrayT)) {
8030 = dyn_cast<DependentSizedArrayType>(ArrayT)) {