Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h1855 BILS_AfterComma, enumerator
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp3494 FormatStyle::BILS_AfterComma; in TEST_F()
7216 Style.BreakInheritanceList = FormatStyle::BILS_AfterComma; in TEST_F()
15927 InheritanceStyle.BreakInheritanceList = FormatStyle::BILS_AfterComma; in TEST_F()
20282 FormatStyle::BILS_AfterComma); in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp329 IO.enumCase(Value, "AfterComma", FormatStyle::BILS_AfterComma); in enumeration()
H A DTokenAnnotator.cpp4393 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterComma && in mustBreakBefore()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst2315 * ``BILS_AfterComma`` (in configuration: ``AfterComma``)