Home
last modified time | relevance | path

Searched refs:IsScoperChar (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/gn/
Dtokenizer.cc31 bool IsScoperChar(char c) { in IsScoperChar() function
268 if (!IsCurrentWhitespace() && !CouldBeOperator(c) && !IsScoperChar(c) && in AdvanceToEndOfToken()