Lines Matching refs:BreakBeforeBraces
2113 Style.BreakBeforeBraces = FormatStyle::BS_Attach;
2120 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
2128 Style.BreakBeforeBraces = FormatStyle::BS_Allman;
2138 Style.BreakBeforeBraces = FormatStyle::BS_GNU;
3494 Style.BreakBeforeBraces = FormatStyle::BS_Allman;
7623 BreakBeforeBrace.BreakBeforeBraces = FormatStyle::BS_Linux;
7643 BreakBeforeBrace.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
7691 BreakBeforeBrace.BreakBeforeBraces = FormatStyle::BS_Allman;
7868 GNUBraceStyle.BreakBeforeBraces = FormatStyle::BS_GNU;
8202 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
8203 CHECK_PARSE("BreakBeforeBraces: Attach", BreakBeforeBraces,
8205 CHECK_PARSE("BreakBeforeBraces: Linux", BreakBeforeBraces,
8207 CHECK_PARSE("BreakBeforeBraces: Stroustrup", BreakBeforeBraces,
8209 CHECK_PARSE("BreakBeforeBraces: Allman", BreakBeforeBraces,
8211 CHECK_PARSE("BreakBeforeBraces: GNU", BreakBeforeBraces, FormatStyle::BS_GNU);
8291 Style.BreakBeforeBraces = FormatStyle::BS_Linux;
8295 "BreakBeforeBraces: Allman\n"
8302 "BreakBeforeBraces: Stroustrup\n"
8308 EXPECT_EQ(FormatStyle::BS_Stroustrup, Style.BreakBeforeBraces);