Searched refs:BreakInheritanceList (Results 1 – 5 of 5) sorted by relevance
42 BreakInheritanceList: BeforeColon
1872 BreakInheritanceListStyle BreakInheritanceList; member3426 BreakInheritanceList == R.BreakInheritanceList &&
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()
607 IO.mapOptional("BreakInheritanceList", Style.BreakInheritanceList); in mapping()612 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) in mapping()613 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()1032 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()1356 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
3766 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()3769 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterComma && in mustBreakBefore()4070 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()4072 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()4191 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) in canBreakBefore()4194 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) in canBreakBefore()