Searched refs:BlockExitIndent (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLParser.cpp | 506 bool findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent, 512 bool scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent, 1640 unsigned BlockExitIndent, in findBlockScalarIndent() argument 1649 if (Column <= BlockExitIndent) { // End of the block literal. in findBlockScalarIndent() 1687 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent() argument 1700 if (Column <= BlockExitIndent) { // End of the block literal. in scanBlockScalarIndent() 1730 unsigned BlockExitIndent = Indent < 0 ? 0 : (unsigned)Indent; in scanBlockScalar() local 1733 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar() 1741 if (!scanBlockScalarIndent(BlockIndent, BlockExitIndent, IsDone)) in scanBlockScalar()
|