Searched refs:BCIS_AfterColon (Results 1 – 4 of 4) sorted by relevance
441 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon in mustBreak()905 FormatStyle::BCIS_AfterColon) { in addTokenOnCurrentLine()1179 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon; in addTokenOnNewLine()1450 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon) { in getNewLineColumn()1554 Style.BreakConstructorInitializers != FormatStyle::BCIS_AfterColon) { in moveStateToNextToken()1576 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon) { in moveStateToNextToken()
5715 if (Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon && in mustBreakBefore()5732 if (Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon && in mustBreakBefore()6075 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon); in canBreakBefore()6246 return Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon && in canBreakBefore()6250 return Style.BreakConstructorInitializers != FormatStyle::BCIS_AfterColon; in canBreakBefore()
253 IO.enumCase(Value, "AfterColon", FormatStyle::BCIS_AfterColon); in enumeration()
2257 BCIS_AfterColon enumerator