Lines Matching full:whitespace
513 // that it points into whitespace. We're done here.
1167 /// given location (this excludes comments and whitespace). Returns the location
1202 // Calculate how much whitespace needs to be skipped if any.
1231 /// 2. If this is an escaped newline (potentially with whitespace between
1249 // Common case, backslash-char where the char is not whitespace.
1252 // See if we have optional whitespace characters between the slash and
1258 // Warn if there was whitespace between the backslash and newline.
1262 // Found backslash<whitespace><newline>. Parse the char after it.
1314 // Common case, backslash-char where the char is not whitespace.
1317 // See if we have optional whitespace characters followed by a newline.
1319 // Found backslash<whitespace><newline>. Parse the char after it.
1608 // extension, we treat all such suffixes as if they had whitespace before
1867 /// SkipWhitespace - Efficiently skip over a series of whitespace characters.
1868 /// Update BufferPtr to point to the next non-whitespace character and return.
1873 // Whitespace - Skip it, then return the token after the whitespace.
1880 // Skip horizontal whitespace very aggressively.
1884 // Otherwise if we have something other than whitespace, we're done.
1899 // If the client wants us to return whitespace, return it now.
1952 while (isHorizontalWhitespace(*EscapePtr)) // Skip whitespace.
1991 while (isWhitespace(*ForwardPtr)) // Skip whitespace.
2045 // No leading whitespace seen so far.
2097 // If we have horizontal whitespace, skip over it. We allow whitespace
2302 // whitespace. Instead of going through the big switch, handle it
2714 // whitespace.
2743 // Small amounts of horizontal whitespace is very common between tokens.
2749 // If we are keeping whitespace and other tokens, just return what we just
2751 // whitespace.
2831 // No leading whitespace seen so far.
2869 // Notify MIOpt that we read a non-whitespace/non-comment token.
2874 // Notify MIOpt that we read a non-whitespace/non-comment token.
2927 // Notify MIOpt that we read a non-whitespace/non-comment token.
2956 // Notify MIOpt that we read a non-whitespace/non-comment token.
2972 // Notify MIOpt that we read a non-whitespace/non-comment token.
3005 // Notify MIOpt that we read a non-whitespace/non-comment token.
3013 // Notify MIOpt that we read a non-whitespace/non-comment token.
3023 // Notify MIOpt that we read a non-whitespace/non-comment token.
3029 // Notify MIOpt that we read a non-whitespace/non-comment token.
3058 // Notify MIOpt that we read a non-whitespace/non-comment token.
3159 // whitespace (indentation for the next line). Instead of going through
3428 // Notify MIOpt that we read a non-whitespace/non-comment token.