Searched refs:BlockExitIndent (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | YAMLParser.cpp | 503 bool findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent, 509 bool scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent, 1621 unsigned BlockExitIndent, in findBlockScalarIndent() argument 1630 if (Column <= BlockExitIndent) { // End of the block literal. in findBlockScalarIndent() 1668 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent() argument 1681 if (Column <= BlockExitIndent) { // End of the block literal. in scanBlockScalarIndent() 1711 unsigned BlockExitIndent = Indent < 0 ? 0 : (unsigned)Indent; in scanBlockScalar() local 1714 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar() 1722 if (!scanBlockScalarIndent(BlockIndent, BlockExitIndent, IsDone)) in scanBlockScalar()
|