CmajorLexer(const char32_t* start_, const char32_t* end_, const std::string& fileName_, int fileIndex_) |
CmajorLexer(const std::u32string& content_, const std::string& fileName_, int fileIndex_) |
int | GetTokenId(int statementIndex) |
int | NextState(int state, char32_t c) override |
char32_t | chrLit |
int | chrLitPrefix |
double | floatingLit |
bool | floatingLitFloat |
uint64_t | intLit |
bool | intLitUnsigned |
int | leftAngleCount |
bool | parsingOperatorFunctionGroupId |
std::u32string | strLit |
int | strLitPrefix |