Lines Matching refs:BreakBeforeBraces
136 IO.mapOptional("BreakBeforeBraces", Style.BreakBeforeBraces);
166 LLVMStyle.BreakBeforeBraces = FormatStyle::BS_Attach;
202 GoogleStyle.BreakBeforeBraces = FormatStyle::BS_Attach;
254 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
1713 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman &&
1739 if (Style.BreakBeforeBraces != FormatStyle::BS_Attach)