Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DYAMLParser.cpp1623 unsigned MaxAllSpaceLineCharacters = 0; in findBlockScalarIndent() local
1636 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1645 Column > MaxAllSpaceLineCharacters) { in findBlockScalarIndent()
1648 MaxAllSpaceLineCharacters = Column; in findBlockScalarIndent()