Home | History | Annotate | Download | only in Format

Lines Matching refs:BS_GNU

163     } else if (Style.BreakBeforeBraces == FormatStyle::BS_GNU) {
447 case FormatStyle::BS_GNU:
1162 Style.BreakBeforeBraces == FormatStyle::BS_GNU) {
1219 Style.BreakBeforeBraces == FormatStyle::BS_GNU ||
1260 Style.BreakBeforeBraces == FormatStyle::BS_GNU ||
1346 if (Style.BreakBeforeBraces == FormatStyle::BS_GNU)
1374 // "break;" after "}" on its own line only for BS_Allman and BS_GNU
1376 Style.BreakBeforeBraces == FormatStyle::BS_GNU) {
1629 Style.BreakBeforeBraces == FormatStyle::BS_GNU)