Home | History | Annotate | Download | only in Sema

Lines Matching refs:Subscript

3939   // but enum types can't declare subscript operators or conversion
3979 // in the subscript position. As a result, we need to derive the array base
3996 // Use custom logic if this should be the pseudo-object subscript
6379 // BinaryOperator::getOverloadedOpcode(), e.g. it's not a subscript op.
9608 // Technically, there should be a check for array subscript
12560 // direct-initialized in increasing subscript order.) These
12578 // dimension of the array. We use these index variables to subscript
12612 // Subscript the array with this iteration variable.
12613 ExprResult Subscript = S.CreateBuiltinArraySubscriptExpr(
12615 if (Subscript.isInvalid()) {
12621 Ref = Subscript.get();
12627 // of array-subscript entities.