Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format42 BreakInheritanceList: BeforeColon
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2387 BreakInheritanceListStyle BreakInheritanceList; member
5043 BreakInheritanceList == R.BreakInheritanceList &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp146 Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma)); in startsNextParameter()
765 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in addTokenOnCurrentLine()
769 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()
1454 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) { in getNewLineColumn()
H A DFormat.cpp975 IO.mapOptional("BreakInheritanceList", Style.BreakInheritanceList); in mapping()
1150 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) { in mapping()
1151 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()
1485 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()
1845 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
H A DTokenAnnotator.cpp5738 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()
5742 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterComma && in mustBreakBefore()
6084 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()
6086 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()
6260 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()
6264 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()