Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h913 BILS_BeforeComma, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp156 IO.enumCase(Value, "BeforeComma", FormatStyle::BILS_BeforeComma); in enumeration()
374 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()
893 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
H A DContinuationIndenter.cpp134 Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma)); in startsNextParameter()
585 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in addTokenOnCurrentLine()
H A DTokenAnnotator.cpp2935 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()
3317 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) in canBreakBefore()
3320 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) in canBreakBefore()