Searched refs:BreakInheritanceList (Results 1 – 6 of 6) sorted by relevance
1836 BreakInheritanceListStyle BreakInheritanceList; member3291 BreakInheritanceList == R.BreakInheritanceList &&
42 BreakInheritanceList: BeforeColon
133 Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma)); in startsNextParameter()606 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in addTokenOnCurrentLine()609 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()1137 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) in getNewLineColumn()
573 IO.mapOptional("BreakInheritanceList", Style.BreakInheritanceList); in mapping()578 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) in mapping()579 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()992 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()1309 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
3639 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()3941 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()3943 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()4062 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) in canBreakBefore()4065 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) in canBreakBefore()
1966 **BreakInheritanceList** (``BreakInheritanceListStyle``)