Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format42 BreakInheritanceList: BeforeColon
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2261 BreakInheritanceListStyle BreakInheritanceList; member
4804 BreakInheritanceList == R.BreakInheritanceList &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp146 Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma)); in startsNextParameter()
755 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in addTokenOnCurrentLine()
759 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()
1433 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) { in getNewLineColumn()
H A DFormat.cpp969 IO.mapOptional("BreakInheritanceList", Style.BreakInheritanceList); in mapping()
1140 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) { in mapping()
1141 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()
1473 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()
1825 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
H A DTokenAnnotator.cpp5224 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()
5228 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterComma && in mustBreakBefore()
5554 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()
5556 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()
5726 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()
5730 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()