Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArrayT

3229   while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) {
3230 if (!ArrayT->getSize())
3233 T = ArrayT->getElementType();