Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h1840 BILS_BeforeComma, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.cpp136 Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma)); in startsNextParameter()
679 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in addTokenOnCurrentLine()
H A DFormat.cpp327 IO.enumCase(Value, "BeforeComma", FormatStyle::BILS_BeforeComma); in enumeration()
710 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()
1570 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
H A DTokenAnnotator.cpp4389 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()
4902 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()
4906 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp3460 FormatStyle::BILS_BeforeComma; in TEST_F()
7204 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in TEST_F()
15939 InheritanceStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in TEST_F()
20284 FormatStyle::BILS_BeforeComma); in TEST_F()
20291 FormatStyle::BILS_BeforeComma); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst2294 * ``BILS_BeforeComma`` (in configuration: ``BeforeComma``)