Lines Matching full:column
23 /// column we end up in after output, and how many line breaks are contained.
27 unsigned &Column = Position.first;
30 auto ProcessUTF8CodePoint = [&Line, &Column](StringRef CP) {
33 Column += Width;
44 Column = 0;
48 Column += (8 - (Column & 0x7)) & 0x7;
65 // Concatenate them and process their effect on the line and column
94 /// ComputePosition - Examine the current output and update line and column
105 // column.
114 /// PadToColumn - Align the output to some column number.
116 /// \param NewCol - The column to move to.
119 // Figure out what's in the buffer and add it to the column count.
122 // Output spaces until we reach the desired column.
128 // Figure out what's in the buffer and add it to the column count.