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;
402 BreakableBlockComment(const FormatToken &Token, unsigned StartColumn,
412 unsigned StartColumn) const override;
414 unsigned StartColumn) const override;
481 BreakableLineCommentSection(const FormatToken &Token, unsigned StartColumn,
487 unsigned StartColumn) const override;