Home | History | Annotate | Download | only in Format

Lines Matching defs:Whitespace

65       // Don't break at leading whitespace.
67 // Make sure that we don't break at leading whitespace that
71 // If the comment is only whitespace, we cannot split.
290 // trailing */. We also need to preserve whitespace, so that */ is
295 // we do not insert trailing whitespace anywhere.
302 // (optionally) the first whitespace.
323 // trimming the trailing whitespace. The backslash will be re-added later when
329 // Calculate the end of the non-whitespace text in the previous line.
336 // Calculate the start of the non-whitespace text in the current line.
341 StringRef Whitespace = Lines[LineIndex].substr(0, StartOfLine);
345 // Adjust LeadingWhitespace to account all whitespace between the lines
352 encoding::columnWidthWithTabs(Whitespace, 0, Style.TabWidth, Encoding) +
424 // contain a trailing whitespace.