Lines Matching full:brief
11 /// \brief Declares BreakableToken, BreakableStringLiteral, and
30 /// \brief Base class for strategies on how to break tokens.
36 /// \brief Contains starting character index and length of split.
41 /// \brief Returns the number of lines in this token in the original code.
44 /// \brief Returns the number of columns required to format the piece of line
54 /// \brief Returns a range (offset, length) at which to break the line at
60 /// \brief Emits the previously retrieved \p Split via \p Whitespaces.
64 /// \brief Replaces the whitespace range described by \p Split with a single
70 /// \brief Replaces the whitespace between \p LineIndex-1 and \p LineIndex.
88 /// \brief Base class for single line tokens that can be broken.
116 /// \brief Creates a breakable token for a single line string literal.
135 /// \brief Creates a breakable token for a line comment.
159 /// \brief Creates a breakable token for a block comment.