Searched defs:getTokenName (Results 1 – 2 of 2) sorted by relevance
26 const char *tok::getTokenName(enum TokenKind Kind) { in getTokenName() function in tok
209 private static String getTokenName(int tokenType) { in getTokenName() method in LexerTest