Searched refs:BlockIndent (Results 1 – 1 of 1) sorted by relevance
1580 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument1595 BlockIndent = Column; in findBlockScalarIndent()1596 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()1627 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument1630 while (Column < BlockIndent) { in scanBlockScalarIndent()1646 if (Column < BlockIndent) { in scanBlockScalarIndent()1663 unsigned BlockIndent; in scanBlockScalar() local1665 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()1673 if (BlockIndent == 0) { in scanBlockScalar()1674 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()[all …]