Searched refs:BlockIndent (Results 1 – 1 of 1) sorted by relevance
507 bool findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent,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() local1722 if (!scanBlockScalarIndicators(StyleIndicator, ChompingIndicator, BlockIndent, in scanBlockScalar()[all …]