Searched refs:BreakInheritanceList (Results 1 – 7 of 7) sorted by relevance
35 BreakInheritanceList: BeforeColon
42 BreakInheritanceList: BeforeColon
2501 BreakInheritanceListStyle BreakInheritanceList; member5380 BreakInheritanceList == R.BreakInheritanceList &&
338 Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma)); in startsNextParameter()
1050 IO.mapOptional("BreakInheritanceList", Style.BreakInheritanceList); in mapping()1241 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) { in mapping()1242 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()1576 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()1947 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
805 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in addTokenOnCurrentLine()809 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()1570 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) { in getNewLineColumn()
5886 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()5890 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterComma && in mustBreakBefore()6263 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()6265 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()6416 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()6420 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()