Searched refs:BCIS_AfterColon (Results 1 – 4 of 4) sorted by relevance
369 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon in mustBreak()696 FormatStyle::BCIS_AfterColon) { in addTokenOnCurrentLine()894 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon; in addTokenOnNewLine()1061 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon) in getNewLineColumn()1124 Style.BreakConstructorInitializers != FormatStyle::BCIS_AfterColon) { in moveStateToNextToken()1145 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon) { in moveStateToNextToken()
3517 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon); in canBreakBefore()3635 return Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon; in canBreakBefore()3637 return Style.BreakConstructorInitializers != FormatStyle::BCIS_AfterColon; in canBreakBefore()
204 IO.enumCase(Value, "AfterColon", FormatStyle::BCIS_AfterColon); in enumeration()
1065 BCIS_AfterColon enumerator