Searched refs:BILS_AfterColon (Results 1 – 4 of 4) sorted by relevance
2375 BILS_AfterColon, enumerator
769 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()1454 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) { in getNewLineColumn()
6084 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()6086 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()
263 IO.enumCase(Value, "AfterColon", FormatStyle::BILS_AfterColon); in enumeration()