Searched refs:BlockExitIndent (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 506 bool findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent, 512 bool scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent, 1510 unsigned BlockExitIndent, in findBlockScalarIndent() argument 1519 if (Column <= BlockExitIndent) { // End of the block literal. in findBlockScalarIndent() 1557 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent() argument 1570 if (Column <= BlockExitIndent) { // End of the block literal. in scanBlockScalarIndent() 1600 unsigned BlockExitIndent = Indent < 0 ? 0 : (unsigned)Indent; in scanBlockScalar() local 1603 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar() 1611 if (!scanBlockScalarIndent(BlockIndent, BlockExitIndent, IsDone)) in scanBlockScalar()
|