Home | History | Annotate | Download | only in Sema

Lines Matching refs:Subscript

1388   //   direct-initialized in increasing subscript order.) These
1404 // dimension of the array. We use these index variables to subscript
1440 // Subscript the array with this iteration variable.
1441 ExprResult Subscript =
1443 if (Subscript.isInvalid())
1446 Ref = Subscript.get();
1452 // of array-subscript entities.