Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1580 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1595 BlockIndent = Column; in findBlockScalarIndent()
1596 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1627 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1630 while (Column < BlockIndent) { in scanBlockScalarIndent()
1646 if (Column < BlockIndent) { in scanBlockScalarIndent()
1663 unsigned BlockIndent; in scanBlockScalar() local
1665 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1673 if (BlockIndent == 0) { in scanBlockScalar()
1674 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]