Lines Matching refs:BreakBeforeBraces
222 IO.mapOptional("BreakBeforeBraces", Style.BreakBeforeBraces);
319 LLVMStyle.BreakBeforeBraces = FormatStyle::BS_Attach;
432 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
447 Style.BreakBeforeBraces = FormatStyle::BS_GNU;
606 return Style.BreakBeforeBraces == FormatStyle::BS_Attach
611 Style.BreakBeforeBraces != FormatStyle::BS_Attach) {
665 if ((Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
666 Style.BreakBeforeBraces == FormatStyle::BS_GNU) &&