Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h1824 BILS_BeforeComma, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp241 IO.enumCase(Value, "BeforeComma", FormatStyle::BILS_BeforeComma); in enumeration()
579 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()
1309 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
H A DContinuationIndenter.cpp133 Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma)); in startsNextParameter()
606 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in addTokenOnCurrentLine()
H A DTokenAnnotator.cpp3639 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()
4062 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) in canBreakBefore()
4065 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) in canBreakBefore()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst1981 * ``BILS_BeforeComma`` (in configuration: ``BeforeComma``)