Home | History | Annotate | Download | only in Sema

Lines Matching full:arrow

4160     if (OpKind == tok::arrow)
4172 if (OpKind == tok::arrow) {
4257 // left-hand side of the arrow operator shall be of pointer to scalar type.
4260 if (OpKind == tok::arrow) {
4344 OpKind == tok::arrow, OpLoc,
4375 // left-hand side of the arrow operator shall be of pointer to scalar type.
4378 if (OpKind == tok::arrow) {