Home | History | Annotate | Download | only in Format

Lines Matching defs:Lines

13 /// break long lines in tokens.
41 /// \brief Returns the number of lines in this token in the original code.
164 // Rearranges the whitespace between Lines[LineIndex-1] and Lines[LineIndex],
165 // so that all whitespace between the lines is accounted to Lines[LineIndex]
167 // - Lines[LineIndex] points to the text after that whitespace
168 // - Lines[LineIndex-1] shrinks by its trailing whitespace
170 // between the end of the text of Lines[LineIndex-1] and Lines[LineIndex]
173 // Lines[LineIndex] starts (note that the decoration, if present, is not
183 // Contains the text of the lines of the block comment, excluding the leading
185 // trailing whitespace between the lines. Note that the decoration (if
187 SmallVector<StringRef, 16> Lines;
190 // front of Lines[i]. Note that this can include "* " sequences, which we
191 // regard as whitespace when all lines have a "*" prefix.
195 // Note that this excludes a leading "* " or "*" in case all lines have
201 // IndentAtLineBreak is a uniform position for all lines in a block comment,
215 // Either "* " if all lines begin with a "*", or empty.