Lines Matching refs:LineBreaks
507 unsigned &LineBreaks, bool &IsDone);
1463 unsigned LineBreaks, StringRef Str) { in getChompedLineBreaks() argument
1467 return LineBreaks; in getChompedLineBreaks()
1511 unsigned &LineBreaks, bool &IsDone) { in findBlockScalarIndent() argument
1551 ++LineBreaks; in findBlockScalarIndent()
1601 unsigned LineBreaks = 0; in scanBlockScalar() local
1603 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
1620 Str.append(LineBreaks, '\n'); in scanBlockScalar()
1622 LineBreaks = 0; in scanBlockScalar()
1631 ++LineBreaks; in scanBlockScalar()
1634 if (Current == End && !LineBreaks) in scanBlockScalar()
1636 LineBreaks = 1; in scanBlockScalar()
1637 Str.append(getChompedLineBreaks(ChompingIndicator, LineBreaks, Str), '\n'); in scanBlockScalar()