Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp507 bool findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent,
513 bool scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent,
1639 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1654 BlockIndent = Column; in findBlockScalarIndent()
1655 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1686 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1689 while (Column < BlockIndent) { in scanBlockScalarIndent()
1705 if (Column < BlockIndent) { in scanBlockScalarIndent()
1720 unsigned BlockIndent; in scanBlockScalar() local
1722 if (!scanBlockScalarIndicators(StyleIndicator, ChompingIndicator, BlockIndent, in scanBlockScalar()
[all …]