Searched refs:BlockExitIndent (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 489 bool findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent, 495 bool scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent, 1581 unsigned BlockExitIndent, in findBlockScalarIndent() argument 1590 if (Column <= BlockExitIndent) { // End of the block literal. in findBlockScalarIndent() 1628 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent() argument 1641 if (Column <= BlockExitIndent) { // End of the block literal. in scanBlockScalarIndent() 1671 unsigned BlockExitIndent = Indent < 0 ? 0 : (unsigned)Indent; in scanBlockScalar() local 1674 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar() 1682 if (!scanBlockScalarIndent(BlockIndent, BlockExitIndent, IsDone)) in scanBlockScalar()
|