Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp338 Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma)); in startsNextParameter()
H A DFormat.cpp285 IO.enumCase(Value, "BeforeComma", FormatStyle::BILS_BeforeComma); in enumeration()
1242 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()
1947 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
H A DTokenAnnotator.cpp5886 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()
6416 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()
6420 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()
H A DContinuationIndenter.cpp805 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in addTokenOnCurrentLine()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2481 BILS_BeforeComma, enumerator