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,1509 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument1524 BlockIndent = Column; in findBlockScalarIndent()1525 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()1556 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument1559 while (Column < BlockIndent) { in scanBlockScalarIndent()1575 if (Column < BlockIndent) { in scanBlockScalarIndent()1592 unsigned BlockIndent; in scanBlockScalar() local1594 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()[all …]