Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArrayT

3777   while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) {
3778 if (!ArrayT->getSize())
3781 T = ArrayT->getElementType();