Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp136 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma) { in startsNextParameter()
144 FormatStyle::BCIS_BeforeComma) && in startsNextParameter()
1561 FormatStyle::BCIS_BeforeComma in moveStateToNextToken()
H A DFormat.cpp252 IO.enumCase(Value, "BeforeComma", FormatStyle::BCIS_BeforeComma); in enumeration()
1159 Style.BreakConstructorInitializers = FormatStyle::BCIS_BeforeComma; in mapping()
1844 MozillaStyle.BreakConstructorInitializers = FormatStyle::BCIS_BeforeComma; in getMozillaStyle()
1870 Style.BreakConstructorInitializers = FormatStyle::BCIS_BeforeComma; in getWebKitStyle()
H A DTokenAnnotator.cpp5721 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma && in mustBreakBefore()
5727 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma) && in mustBreakBefore()
6252 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma) { in canBreakBefore()
6256 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma) { in canBreakBefore()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2250 BCIS_BeforeComma, enumerator