Lines Matching defs:BlockIndent
507 bool findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent,
513 bool scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent,
1639 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent,
1654 BlockIndent = Column;
1655 if (MaxAllSpaceLineCharacters > BlockIndent) {
1686 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent,
1689 while (Column < BlockIndent) {
1705 if (Column < BlockIndent) {
1720 unsigned BlockIndent;
1722 if (!scanBlockScalarIndicators(StyleIndicator, ChompingIndicator, BlockIndent,
1732 if (BlockIndent == 0) {
1733 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks,
1741 if (!scanBlockScalarIndent(BlockIndent, BlockExitIndent, IsDone))