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,
1509 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1524 BlockIndent = Column; in findBlockScalarIndent()
1525 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1556 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1559 while (Column < BlockIndent) { in scanBlockScalarIndent()
1575 if (Column < BlockIndent) { in scanBlockScalarIndent()
1592 unsigned BlockIndent; in scanBlockScalar() local
1594 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
[all …]