Lines Matching defs:StartColumn
102 /// \p StartColumn is the column at which the text starts in the formatted
106 unsigned StartColumn) const = 0;
115 /// \p StartColumn is the column at which the text starts in the formatted
121 unsigned StartColumn) const {
122 return getRangeLength(LineIndex, Offset, StringRef::npos, StartColumn);
251 /// \p StartColumn specifies the column in which the token will start
253 BreakableStringLiteral(const FormatToken &Tok, unsigned StartColumn,
269 unsigned StartColumn) const override;
271 unsigned StartColumn) const override;
276 unsigned StartColumn;
299 /// \p StartColumn specifies the column in which the token will start
303 unsigned StartColumn, unsigned UnbreakableTailLength, bool InPPDirective,
306 unsigned StartColumn) const override;
331 /// \p StartColumn specifies the column in which the comment will start after
333 BreakableComment(const FormatToken &Token, unsigned StartColumn,
385 unsigned StartColumn;
400 BreakableBlockComment(const FormatToken &Token, unsigned StartColumn,
410 unsigned StartColumn) const override;
412 unsigned StartColumn) const override;
479 BreakableLineCommentSection(const FormatToken &Token, unsigned StartColumn,
485 unsigned StartColumn) const override;