Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DYAMLParser.cpp1501 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1516 BlockIndent = Column; in findBlockScalarIndent()
1517 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1548 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1551 while (Column < BlockIndent) { in scanBlockScalarIndent()
1567 if (Column < BlockIndent) { in scanBlockScalarIndent()
1584 unsigned BlockIndent; in scanBlockScalar() local
1586 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1594 if (BlockIndent == 0) { in scanBlockScalar()
1595 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]