Home | History | Annotate | Download | only in Sema

Lines Matching refs:arrow

5181     if (OpKind == tok::arrow)
5193 if (OpKind == tok::arrow) {
5254 if (OpKind == tok::arrow &&
5324 // left-hand side of the arrow operator shall be of pointer to scalar type.
5327 // arrow operator.
5328 if (OpKind == tok::arrow) {
5435 OpKind == tok::arrow, OpLoc,