Lines Matching defs:Column
21 /// column we end up in after output, and how many line breaks are contained.
24 unsigned &Column = Position.first;
27 // Keep track of the current column and line by scanning the string for
30 ++Column;
35 Column = 0;
39 Column += (8 - (Column & 0x7)) & 0x7;
45 /// ComputePosition - Examine the current output and update line and column
53 // column.
62 /// PadToColumn - Align the output to some column number.
64 /// \param NewCol - The column to move to.
67 // Figure out what's in the buffer and add it to the column count.
70 // Output spaces until we reach the desired column.
76 // Figure out what's in the buffer and add it to the column count.