Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1784 BCIS_BeforeComma, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp124 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma) in startsNextParameter()
131 FormatStyle::BCIS_BeforeComma) && in startsNextParameter()
1231 (Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma in moveStateToNextToken()
H A DFormat.cpp251 IO.enumCase(Value, "BeforeComma", FormatStyle::BCIS_BeforeComma); in enumeration()
628 Style.BreakConstructorInitializers = FormatStyle::BCIS_BeforeComma; in mapping()
1355 MozillaStyle.BreakConstructorInitializers = FormatStyle::BCIS_BeforeComma; in getMozillaStyle()
1379 Style.BreakConstructorInitializers = FormatStyle::BCIS_BeforeComma; in getWebKitStyle()
H A DTokenAnnotator.cpp3758 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma && in mustBreakBefore()
3762 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma && in mustBreakBefore()
4185 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma) in canBreakBefore()
4188 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeComma) in canBreakBefore()