Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DYAMLParser.cpp509 bool scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent,
1620 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1635 BlockIndent = Column; in findBlockScalarIndent()
1636 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1667 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1670 while (Column < BlockIndent) { in scanBlockScalarIndent()
1686 if (Column < BlockIndent) { in scanBlockScalarIndent()
1701 unsigned BlockIndent; in scanBlockScalar() local
1713 if (BlockIndent == 0) { in scanBlockScalar()
1714 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst217 * ``BAS_BlockIndent`` (in configuration: ``BlockIndent``)