Searched refs:BreakInheritanceList (Results 1 – 5 of 5) sorted by relevance
42 BreakInheritanceList: BeforeColon
2387 BreakInheritanceListStyle BreakInheritanceList; member5043 BreakInheritanceList == R.BreakInheritanceList &&
146 Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma)); in startsNextParameter()765 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in addTokenOnCurrentLine()769 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()1454 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) { in getNewLineColumn()
975 IO.mapOptional("BreakInheritanceList", Style.BreakInheritanceList); in mapping()1150 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) { in mapping()1151 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()1485 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()1845 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
5738 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()5742 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterComma && in mustBreakBefore()6084 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()6086 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()6260 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()6264 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()