Searched refs:BlockIndent (Results 1 – 1 of 1) sorted by relevance
489 bool findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent,495 bool scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent,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()[all …]