Searched refs:BlockIndent (Results 1 – 1 of 1) sorted by relevance
506 bool findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent,512 bool scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent,1507 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument1522 BlockIndent = Column; in findBlockScalarIndent()1523 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()1554 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument1557 while (Column < BlockIndent) { in scanBlockScalarIndent()1573 if (Column < BlockIndent) { in scanBlockScalarIndent()1590 unsigned BlockIndent; in scanBlockScalar() local1592 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()[all …]