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