Home | History | Annotate | Download | only in Format

Lines Matching refs:BreakBeforeBraces

161     if (Style.BreakBeforeBraces == FormatStyle::BS_Allman) {
163 } else if (Style.BreakBeforeBraces == FormatStyle::BS_GNU) {
443 switch (Style.BreakBeforeBraces) {
821 if (Style.BreakBeforeBraces != FormatStyle::BS_Attach)
1161 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
1162 Style.BreakBeforeBraces == FormatStyle::BS_GNU) {
1174 if (Style.BreakBeforeBraces == FormatStyle::BS_Stroustrup)
1218 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
1219 Style.BreakBeforeBraces == FormatStyle::BS_GNU ||
1220 Style.BreakBeforeBraces == FormatStyle::BS_Stroustrup) {
1259 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
1260 Style.BreakBeforeBraces == FormatStyle::BS_GNU ||
1261 Style.BreakBeforeBraces == FormatStyle::BS_Stroustrup) {
1346 if (Style.BreakBeforeBraces == FormatStyle::BS_GNU)
1375 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
1376 Style.BreakBeforeBraces == FormatStyle::BS_GNU) {
1628 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
1629 Style.BreakBeforeBraces == FormatStyle::BS_GNU)