Searched defs:following_char (Results 1 – 1 of 1) sorted by relevance
202 Token::Type Tokenizer::ClassifyToken(char next_char, char following_char) { in ClassifyToken()253 char following_char = CanIncrement() ? input_[cur_ + 1] : '\0'; in ClassifyCurrent() local