Home | History | Annotate | Download | only in Lex

Lines Matching full:whitespace

469       // that it points into whitespace. We're done here.
900 /// whitespace: ' ', '\t', '\f', '\v'. Note that this returns false for '\0'.
906 /// whitespace: '\n', '\r'. Note that this returns false for '\0'.
912 /// whitespace: ' ', '\t', '\f', '\v', '\n', '\r'. Note that this returns false
1079 /// given location (this excludes comments and whitespace). Returns the location
1115 // Calculate how much whitespace needs to be skipped if any.
1137 /// 2. If this is an escaped newline (potentially with whitespace between
1156 // Common case, backslash-char where the char is not whitespace.
1159 // See if we have optional whitespace characters between the slash and
1165 // Warn if there was whitespace between the backslash and newline.
1169 // Found backslash<whitespace><newline>. Parse the char after it.
1214 // Common case, backslash-char where the char is not whitespace.
1217 // See if we have optional whitespace characters followed by a newline.
1219 // Found backslash<whitespace><newline>. Parse the char after it.
1581 /// SkipWhitespace - Efficiently skip over a series of whitespace characters.
1582 /// Update BufferPtr to point to the next non-whitespace character and return.
1587 // Whitespace - Skip it, then return the token after the whitespace.
1590 // Skip horizontal whitespace very aggressively.
1594 // Otherwise if we have something other than whitespace, we're done.
1607 // No leading whitespace seen so far.
1617 // If the client wants us to return whitespace, return it now.
1659 while (isHorizontalWhitespace(*EscapePtr)) // Skip whitespace.
1708 while (isWhitespace(*ForwardPtr)) // Skip whitespace.
1762 // No leading whitespace seen so far.
1814 // If we have horizontal whitespace, skip over it. We allow whitespace
2011 // whitespace. Instead of going through the big switch, handle it
2293 // Small amounts of horizontal whitespace is very common between tokens.
2299 // If we are keeping whitespace and other tokens, just return what we just
2301 // whitespace.
2380 // No leading whitespace seen so far.
2418 // Notify MIOpt that we read a non-whitespace/non-comment token.
2423 // Notify MIOpt that we read a non-whitespace/non-comment token.
2475 // Notify MIOpt that we read a non-whitespace/non-comment token.
2503 // Notify MIOpt that we read a non-whitespace/non-comment token.
2519 // Notify MIOpt that we read a non-whitespace/non-comment token.
2552 // Notify MIOpt that we read a non-whitespace/non-comment token.
2560 // Notify MIOpt that we read a non-whitespace/non-comment token.
2570 // Notify MIOpt that we read a non-whitespace/non-comment token.
2576 // Notify MIOpt that we read a non-whitespace/non-comment token.
2605 // Notify MIOpt that we read a non-whitespace/non-comment token.
2703 // whitespace (indentation for the next line). Instead of going through
2971 // Notify MIOpt that we read a non-whitespace/non-comment token.