Home | History | Annotate | Download | only in Format

Lines Matching refs:BS_Allman

160     if (Style.BreakBeforeBraces == FormatStyle::BS_Allman) {
1070 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
1121 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
1154 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
1174 Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
1244 // "break;" after "}" on its own line only for BS_Allman and BS_GNU
1245 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
1366 Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
1423 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman ||