Home | History | Annotate | Download | only in Format

Lines Matching refs:TT_LambdaArrow

842       Current.Type = TT_LambdaArrow;
1238 else if (Current->is(TT_LambdaArrow))
1803 if (Left.is(TT_LambdaArrow) || Right.is(TT_LambdaArrow))
2113 Right.isOneOf(TT_TrailingReturnArrow, TT_LambdaArrow, tok::lessless,