Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dtoken-sequence.cpp217 bool lastWasBlank{false}; in HasRedundantBlanks() local
220 if (isBlank && lastWasBlank && start_[j] >= firstChar) { in HasRedundantBlanks()
223 lastWasBlank = isBlank; in HasRedundantBlanks()
243 bool lastWasBlank{false}; in RemoveRedundantBlanks() local
246 if (!isBlank || !lastWasBlank || start_[j] < firstChar) { in RemoveRedundantBlanks()
249 lastWasBlank = isBlank; in RemoveRedundantBlanks()