Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2241 BILS_BeforeComma, enumerator
/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()
H A DFormat.cpp289 IO.enumCase(Value, "BeforeComma", FormatStyle::BILS_BeforeComma); in enumeration()
1141 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()
1825 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
H A DTokenAnnotator.cpp5224 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()
5726 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()
5730 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()