Searched refs:BlockIndent (Results 1 – 1 of 1) sorted by relevance
513 bool scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent,1639 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument1654 BlockIndent = Column; in findBlockScalarIndent()1655 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()1686 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument1689 while (Column < BlockIndent) { in scanBlockScalarIndent()1705 if (Column < BlockIndent) { in scanBlockScalarIndent()1720 unsigned BlockIndent; in scanBlockScalar() local1732 if (BlockIndent == 0) { in scanBlockScalar()1733 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()[all …]