Home | History | Annotate | Download | only in Sema

Lines Matching defs:Subscript

3793   // but enum types can't declare subscript operators or conversion
3833 // in the subscript position. As a result, we need to derive the array base
3850 // Use custom logic if this should be the pseudo-object subscript
5994 // BinaryOperator::getOverloadedOpcode(), e.g. it's not a subscript op.
8969 // Technically, there should be a check for array subscript
11873 // direct-initialized in increasing subscript order.) These
11891 // dimension of the array. We use these index variables to subscript
11925 // Subscript the array with this iteration variable.
11926 ExprResult Subscript = S.CreateBuiltinArraySubscriptExpr(
11928 if (Subscript.isInvalid()) {
11934 Ref = Subscript.get();
11940 // of array-subscript entities.