reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/YAMLParser.cpp
  773   Column = 0;
  900   Column += Final - Current;
  928       ++Column;
  943     ++Column;
  951   Column += Distance;
  966   Column = 0;
  989     if (i->Line != Line || i->Column + 1024 < Column) {
 1047     ++Column;
 1065     Column = 0;
 1087   if (Column != 0) {
 1088     Column = 0;
 1157   saveSimpleKeyCandidate(--TokenQueue.end(), Column - 1, false);
 1191   rollIndent(Column, Token::TK_BlockSequenceStart, TokenQueue.end());
 1204     rollIndent(Column, Token::TK_BlockMappingStart, TokenQueue.end());
 1239       rollIndent(Column, Token::TK_BlockMappingStart, TokenQueue.end());
 1272   unsigned ColStart = Column;
 1298         Column = 0;
 1304         ++Column;
 1329   unsigned ColStart = Column;
 1355       ++Column;
 1367         if (LeadingBlanks && (Column < indent) && *Tmp == '\t') {
 1372         ++Column;
 1378         Column = 0;
 1383     if (!FlowLevel && Column < indent)
 1407   unsigned ColStart = Column;
 1419     ++Column;
 1510       if (Column <= BlockExitIndent) { // End of the block literal.
 1515       BlockIndent = Column;
 1525         Column > MaxAllSpaceLineCharacters) {
 1528       MaxAllSpaceLineCharacters = Column;
 1550   while (Column < BlockIndent) {
 1555     ++Column;
 1561   if (Column <= BlockExitIndent) { // End of the block literal.
 1566   if (Column < BlockIndent) {
 1644   unsigned ColStart = Column;
 1681   unrollIndent(Column);
 1683   if (Column == 0 && *Current == '%')
 1686   if (Column == 0 && Current + 4 <= End
 1693   if (Column == 0 && Current + 4 <= End