Home
last modified time | relevance | path

Searched refs:BreakInheritanceList (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libcxx/
H A D.clang-format60 BreakInheritanceList: BeforeColon
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h1860 BreakInheritanceListStyle BreakInheritanceList; member
3890 BreakInheritanceList == R.BreakInheritanceList &&
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp3459 StyleWithInheritanceBreakBeforeComma.BreakInheritanceList = in TEST_F()
3477 StyleWithInheritanceBreakAfterColon.BreakInheritanceList = in TEST_F()
3493 StyleWithInheritanceBreakAfterComma.BreakInheritanceList = in TEST_F()
7198 Style.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in TEST_F()
7204 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in TEST_F()
7210 Style.BreakInheritanceList = FormatStyle::BILS_AfterColon; in TEST_F()
7216 Style.BreakInheritanceList = FormatStyle::BILS_AfterComma; in TEST_F()
15927 InheritanceStyle.BreakInheritanceList = FormatStyle::BILS_AfterComma; in TEST_F()
15933 InheritanceStyle.BreakInheritanceList = FormatStyle::BILS_AfterColon; in TEST_F()
20280 Style.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in TEST_F()
[all …]
/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()
683 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()
1269 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) { in getNewLineColumn()
H A DFormat.cpp704 IO.mapOptional("BreakInheritanceList", Style.BreakInheritanceList); in mapping()
709 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) { in mapping()
710 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()
1235 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()
1570 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
H A DTokenAnnotator.cpp4389 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()
4393 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterComma && in mustBreakBefore()
4737 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()
4739 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()
4902 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()
4906 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst2279 **BreakInheritanceList** (``BreakInheritanceListStyle``) :versionbadge:`clang-format 7`