Home
last modified time | relevance | path

Searched refs:LineBreaks (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp508 unsigned &LineBreaks, bool &IsDone);
1593 unsigned LineBreaks, StringRef Str) { in getChompedLineBreaks() argument
1597 return LineBreaks; in getChompedLineBreaks()
1641 unsigned &LineBreaks, bool &IsDone) { in findBlockScalarIndent() argument
1681 ++LineBreaks; in findBlockScalarIndent()
1731 unsigned LineBreaks = 0; in scanBlockScalar() local
1733 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 …]