Lines Matching defs:BlockIndent
506 bool findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent,
512 bool scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent,
1638 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent,
1653 BlockIndent = Column;
1654 if (MaxAllSpaceLineCharacters > BlockIndent) {
1685 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent,
1688 while (Column < BlockIndent) {
1704 if (Column < BlockIndent) {
1719 unsigned BlockIndent;
1721 if (!scanBlockScalarIndicators(StyleIndicator, ChompingIndicator, BlockIndent,
1731 if (BlockIndent == 0) {
1732 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks,
1740 if (!scanBlockScalarIndent(BlockIndent, BlockExitIndent, IsDone))