Lines Matching defs:Subscript
3609 // but enum types can't declare subscript operators or conversion
3649 // in the subscript position. As a result, we need to derive the array base
3666 // Use custom logic if this should be the pseudo-object subscript
5734 // BinaryOperator::getOverloadedOpcode(), e.g. it's not a subscript op.
8557 // Technically, there should be a check for array subscript
11203 // direct-initialized in increasing subscript order.) These
11221 // dimension of the array. We use these index variables to subscript
11255 // Subscript the array with this iteration variable.
11256 ExprResult Subscript = S.CreateBuiltinArraySubscriptExpr(
11258 if (Subscript.isInvalid()) {
11264 Ref = Subscript.take();
11270 // of array-subscript entities.