Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h97 BAS_BlockIndent, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.cpp705 Style.AlignAfterOpenBracket == FormatStyle::BAS_BlockIndent) && in addTokenOnCurrentLine()
1029 Style.AlignAfterOpenBracket == FormatStyle::BAS_BlockIndent; in addTokenOnNewLine()
1132 if (Style.AlignAfterOpenBracket == FormatStyle::BAS_BlockIndent && in getNewLineColumn()
H A DFormat.cpp441 IO.enumCase(Value, "BlockIndent", FormatStyle::BAS_BlockIndent); in enumeration()
H A DTokenAnnotator.cpp4861 if (Style.AlignAfterOpenBracket != FormatStyle::BAS_BlockIndent || in canBreakBefore()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20337 FormatStyle::BAS_BlockIndent); in TEST_F()
26104 Style.AlignAfterOpenBracket = FormatStyle::BAS_BlockIndent; in TEST_F()
26228 Style.AlignAfterOpenBracket = FormatStyle::BAS_BlockIndent; in TEST_F()
26258 Style.AlignAfterOpenBracket = FormatStyle::BAS_BlockIndent; in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst217 * ``BAS_BlockIndent`` (in configuration: ``BlockIndent``)