Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h1920 BILS_BeforeComma, enumerator
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.cpp137 Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma)); in startsNextParameter()
694 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in addTokenOnCurrentLine()
H A DFormat.cpp267 IO.enumCase(Value, "BeforeComma", FormatStyle::BILS_BeforeComma); in enumeration()
1061 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()
1709 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
H A DTokenAnnotator.cpp4574 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()
5092 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()
5096 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst2539 * ``BILS_BeforeComma`` (in configuration: ``BeforeComma``)