Lexer: NFC: sort helper methods alphabetically
authorAlex Zinenko <zinenko@google.com>
Thu, 8 Aug 2019 19:18:05 +0000 (12:18 -0700)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 8 Aug 2019 19:18:36 +0000 (12:18 -0700)
commit466b9f100c1ded56c1230fc780f78f90973b6a1c
treeecaa7e95d4bd75bb6667a3d46ea564bb0ace5025
parent44d8637af111a22545acd4758e2137c81b3a1de4
Lexer: NFC: sort helper methods alphabetically

Lexer methods were added progressively as implementation advanced. The rest of
MLIR now tends to sort methods alphabetically for better discoverability in
absence of tooling.  Sort the lexer methods as well.

PiperOrigin-RevId: 262406992
mlir/lib/Parser/Lexer.cpp
mlir/lib/Parser/Lexer.h