Searched refs:BreakInheritanceList (Results 1 – 5 of 5) sorted by relevance
42 BreakInheritanceList: BeforeColon
2261 BreakInheritanceListStyle BreakInheritanceList; member4804 BreakInheritanceList == R.BreakInheritanceList &&
146 Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma)); in startsNextParameter()755 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in addTokenOnCurrentLine()759 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()1433 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) { in getNewLineColumn()
969 IO.mapOptional("BreakInheritanceList", Style.BreakInheritanceList); in mapping()1140 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) { in mapping()1141 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()1473 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()1825 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
5224 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()5228 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterComma && in mustBreakBefore()5554 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()5556 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()5726 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()5730 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()