Home | History | Annotate | Download | only in Sema

Lines Matching refs:getAsArrayTypeUnsafe

939     if (!EncodedType->getAsArrayTypeUnsafe() && //// Incomplete array is handled.
2785 } else if (const ArrayType *array = type->getAsArrayTypeUnsafe()) {