LexerFileTokenLexer(const char32_t* start_, const char32_t* end_, const std::string& fileName_, int fileIndex_) |
LexerFileTokenLexer(const std::u32string& content_, const std::string& fileName_, int fileIndex_) |
int | GetTokenId(int statementIndex) |
int | NextState(int state, char32_t c) override |
bool | inBlockComment |