Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DYAMLParser.cpp506 bool findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent,
512 bool scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent,
1507 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1522 BlockIndent = Column; in findBlockScalarIndent()
1523 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1554 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1557 while (Column < BlockIndent) { in scanBlockScalarIndent()
1573 if (Column < BlockIndent) { in scanBlockScalarIndent()
1590 unsigned BlockIndent; in scanBlockScalar() local
1592 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
[all …]