Home | History | Annotate | Download | only in Sema

Lines Matching refs:arrow

5066     if (OpKind == tok::arrow)
5078 if (OpKind == tok::arrow) {
5130 if (OpKind == tok::arrow &&
5200 // left-hand side of the arrow operator shall be of pointer to scalar type.
5203 // arrow operator.
5204 if (OpKind == tok::arrow) {
5310 OpKind == tok::arrow, OpLoc,