Masatake YAMATO - 2019-06-06

Universal-ctags (https://ctags.io), unofficial project forked from here can tag it well.

$ cat /tmp/foo.cc
using SomeType = uint8_t;
$ u-ctags -o - /tmp/foo.cc
SomeType    /tmp/foo.cc /^using SomeType = uint8_t;$/;" t   typeref:typename:uint8_t    file: