Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp328 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma) { in startsNextParameter()
336 FormatStyle::BCIS_BeforeComma) && in startsNextParameter()
H A DFormat.cpp275 IO.enumCase(Value, "BeforeComma", FormatStyle::BCIS_BeforeComma); in enumeration()
1250 Style.BreakConstructorInitializers = FormatStyle::BCIS_BeforeComma; in mapping()
1946 MozillaStyle.BreakConstructorInitializers = FormatStyle::BCIS_BeforeComma; in getMozillaStyle()
1972 Style.BreakConstructorInitializers = FormatStyle::BCIS_BeforeComma; in getWebKitStyle()
H A DTokenAnnotator.cpp5869 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma && in mustBreakBefore()
5875 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma) && in mustBreakBefore()
6408 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma) { in canBreakBefore()
6412 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma) { in canBreakBefore()
H A DContinuationIndenter.cpp1677 FormatStyle::BCIS_BeforeComma in moveStateToNextToken()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2364 BCIS_BeforeComma, enumerator