Searched refs:BCIS_AfterColon (Results 1 – 5 of 5) sorted by relevance
414 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon in mustBreak()816 FormatStyle::BCIS_AfterColon) { in addTokenOnCurrentLine()1055 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon; in addTokenOnNewLine()1288 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon) { in getNewLineColumn()1390 Style.BreakConstructorInitializers != FormatStyle::BCIS_AfterColon) { in moveStateToNextToken()1410 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon) { in moveStateToNextToken()
4563 if (Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon && in mustBreakBefore()4913 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon); in canBreakBefore()5078 return Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon && in canBreakBefore()5082 return Style.BreakConstructorInitializers != FormatStyle::BCIS_AfterColon; in canBreakBefore()
258 IO.enumCase(Value, "AfterColon", FormatStyle::BCIS_AfterColon); in enumeration()
1853 BCIS_AfterColon enumerator
2511 * ``BCIS_AfterColon`` (in configuration: ``AfterColon``)