Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2367 BILS_BeforeComma, enumerator
/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()
H A DFormat.cpp262 IO.enumCase(Value, "BeforeComma", FormatStyle::BILS_BeforeComma); in enumeration()
1151 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()
1845 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
H A DTokenAnnotator.cpp5738 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()
6260 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()
6264 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()