Home | History | Annotate | Download | only in Sema

Lines Matching refs:Subscript

3133   // in the subscript position. As a result, we need to derive the array base
5015 // BinaryOperator::getOverloadedOpcode(), e.g. it's not a subscript op.
7608 // Technically, there should be a check for array subscript
9911 // direct-initialized in increasing subscript order.) These
9929 // dimension of the array. We use these index variables to subscript
9963 // Subscript the array with this iteration variable.
9964 ExprResult Subscript = S.CreateBuiltinArraySubscriptExpr(
9966 if (Subscript.isInvalid()) {
9973 Ref = Subscript.take();
9979 // of array-subscript entities.