Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1642 unsigned MaxAllSpaceLineCharacters = 0; in findBlockScalarIndent() local
1655 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1664 Column > MaxAllSpaceLineCharacters) { in findBlockScalarIndent()
1667 MaxAllSpaceLineCharacters = Column; in findBlockScalarIndent()