Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArrayT

3074   while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) {
3075 if (!ArrayT->getSize())
3078 T = ArrayT->getElementType();