Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp489 bool findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent,
495 bool scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent,
1580 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()
[all …]