Searched refs:BreakInheritanceList (Results 1 – 4 of 4) sorted by relevance
925 BreakInheritanceListStyle BreakInheritanceList; member1748 BreakInheritanceList == R.BreakInheritanceList &&
368 Style.BreakInheritanceList); in mapping()373 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) in mapping()374 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()652 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()893 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
134 Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma)); in startsNextParameter()585 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in addTokenOnCurrentLine()588 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()1034 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) in getNewLineColumn()
2935 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()3197 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()3199 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()3317 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) in canBreakBefore()3320 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) in canBreakBefore()