Lines Matching refs:Column

197   unsigned Column;
395 /// This updates Cur and Column while scanning.
403 /// \a Expected. This updates \a Column.
406 /// @brief Skip \a Distance UTF-8 code units. Updates \a Cur and \a Column.
537 unsigned Column;
776 Column = 0;
905 Column += Final - Current;
934 ++Column;
950 ++Column;
958 Column += Distance;
973 Column = 0;
986 SK.Column = AtColumn;
996 if (i->Line != Line || i->Column + 1024 < Column) {
1048 // This may skip more than one byte, thus Column is only incremented
1054 ++Column;
1072 Column = 0;
1094 if (Column != 0) {
1095 Column = 0;
1164 saveSimpleKeyCandidate(--TokenQueue.end(), Column - 1, false);
1198 rollIndent(Column, Token::TK_BlockSequenceStart, TokenQueue.end());
1211 rollIndent(Column, Token::TK_BlockMappingStart, TokenQueue.end());
1241 rollIndent(SK.Column, Token::TK_BlockMappingStart, i);
1246 rollIndent(Column, Token::TK_BlockMappingStart, TokenQueue.end());
1279 unsigned ColStart = Column;
1305 Column = 0;
1311 ++Column;
1336 unsigned ColStart = Column;
1362 ++Column;
1374 if (LeadingBlanks && (Column < indent) && *Tmp == '\t') {
1379 ++Column;
1385 Column = 0;
1390 if (!FlowLevel && Column < indent)
1414 unsigned ColStart = Column;
1426 ++Column;
1517 if (Column <= BlockExitIndent) { // End of the block literal.
1522 BlockIndent = Column;
1532 Column > MaxAllSpaceLineCharacters) {
1535 MaxAllSpaceLineCharacters = Column;
1557 while (Column < BlockIndent) {
1562 ++Column;
1568 if (Column <= BlockExitIndent) { // End of the block literal.
1573 if (Column < BlockIndent) {
1651 unsigned ColStart = Column;
1688 unrollIndent(Column);
1690 if (Column == 0 && *Current == '%')
1693 if (Column == 0 && Current + 4 <= End
1700 if (Column == 0 && Current + 4 <= End