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()
1538 FormatStyle::BCIS_BeforeComma in moveStateToNextToken()
H A DFormat.cpp279 IO.enumCase(Value, "BeforeComma", FormatStyle::BCIS_BeforeComma); in enumeration()
1149 Style.BreakConstructorInitializers = FormatStyle::BCIS_BeforeComma; in mapping()
1824 MozillaStyle.BreakConstructorInitializers = FormatStyle::BCIS_BeforeComma; in getMozillaStyle()
1849 Style.BreakConstructorInitializers = FormatStyle::BCIS_BeforeComma; in getWebKitStyle()
H A DTokenAnnotator.cpp5207 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma && in mustBreakBefore()
5213 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma) && in mustBreakBefore()
5718 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma) { in canBreakBefore()
5722 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma) { in canBreakBefore()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2138 BCIS_BeforeComma, enumerator