Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DYAMLParser.cpp497 bool findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent,
503 bool scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent,
1502 unsigned BlockExitIndent, in findBlockScalarIndent() argument
1511 if (Column <= BlockExitIndent) { // End of the block literal. in findBlockScalarIndent()
1549 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent() argument
1562 if (Column <= BlockExitIndent) { // End of the block literal. in scanBlockScalarIndent()
1592 unsigned BlockExitIndent = Indent < 0 ? 0 : (unsigned)Indent; in scanBlockScalar() local
1595 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
1603 if (!scanBlockScalarIndent(BlockIndent, BlockExitIndent, IsDone)) in scanBlockScalar()