Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h1848 BILS_AfterColon, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.cpp683 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()
1269 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) { in getNewLineColumn()
H A DTokenAnnotator.cpp4737 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()
4739 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()
H A DFormat.cpp328 IO.enumCase(Value, "AfterColon", FormatStyle::BILS_AfterColon); in enumeration()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp3478 FormatStyle::BILS_AfterColon; in TEST_F()
7210 Style.BreakInheritanceList = FormatStyle::BILS_AfterColon; in TEST_F()
15933 InheritanceStyle.BreakInheritanceList = FormatStyle::BILS_AfterColon; in TEST_F()
20286 FormatStyle::BILS_AfterColon); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst2305 * ``BILS_AfterColon`` (in configuration: ``AfterColon``)