Lines Matching full:subscript
3380 // but enum types can't declare subscript operators or conversion
3420 // in the subscript position. As a result, we need to derive the array base
3437 // Use custom logic if this should be the pseudo-object subscript
5340 // BinaryOperator::getOverloadedOpcode(), e.g. it's not a subscript op.
8128 // Technically, there should be a check for array subscript
10690 // direct-initialized in increasing subscript order.) These
10708 // dimension of the array. We use these index variables to subscript
10742 // Subscript the array with this iteration variable.
10743 ExprResult Subscript = S.CreateBuiltinArraySubscriptExpr(
10745 if (Subscript.isInvalid()) {
10752 Ref = Subscript.take();
10758 // of array-subscript entities.