Searched refs:LineBreaks (Results 1 – 1 of 1) sorted by relevance
508 unsigned &LineBreaks, bool &IsDone);1593 unsigned LineBreaks, StringRef Str) { in getChompedLineBreaks() argument1597 return LineBreaks; in getChompedLineBreaks()1641 unsigned &LineBreaks, bool &IsDone) { in findBlockScalarIndent() argument1681 ++LineBreaks; in findBlockScalarIndent()1731 unsigned LineBreaks = 0; in scanBlockScalar() local1733 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()1750 if (LineBreaks && IsFolded && !Scanner::isLineEmpty(Str)) { in scanBlockScalar()1754 if (LineBreaks == 1) { in scanBlockScalar()1755 Str.append(LineBreaks, in scanBlockScalar()[all …]