Get the location of the current (raw) token
| 363 | |
| 364 | // Get the location of the current (raw) token |
| 365 | static CodePosition PeekLoc(Preprocessor* preprocessor) |
| 366 | { |
| 367 | return PeekRawToken(preprocessor).Position; |
| 368 | } |
| 369 | |
| 370 | // Get the `TokenType` of the current (raw) token |
| 371 | static CoreLib::Text::TokenType PeekRawTokenType(Preprocessor* preprocessor) |
no test coverage detected