Home
last modified time | relevance | path

Searched defs:following_char (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/gn/
Dtokenizer.cc202 Token::Type Tokenizer::ClassifyToken(char next_char, char following_char) { in ClassifyToken()
253 char following_char = CanIncrement() ? input_[cur_ + 1] : '\0'; in ClassifyCurrent() local