Lines Matching refs:BreakBeforeBraces
2361 Style.BreakBeforeBraces = BraceStyle; in TEST_F()
2369 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup; in TEST_F()
2391 Style.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()
2401 Style.BreakBeforeBraces = FormatStyle::BS_GNU; in TEST_F()
2411 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
2446 Style.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()
3907 Style.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()
4851 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup; in TEST_F()
9076 LinuxBraceStyle.BreakBeforeBraces = FormatStyle::BS_Linux; in TEST_F()
9117 MozillaBraceStyle.BreakBeforeBraces = FormatStyle::BS_Mozilla; in TEST_F()
9161 StroustrupBraceStyle.BreakBeforeBraces = FormatStyle::BS_Stroustrup; in TEST_F()
9223 AllmanBraceStyle.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()
9409 GNUBraceStyle.BreakBeforeBraces = FormatStyle::BS_GNU; in TEST_F()
9533 WebKitBraceStyle.BreakBeforeBraces = FormatStyle::BS_WebKit; in TEST_F()
9875 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup; in TEST_F()
9876 CHECK_PARSE("BreakBeforeBraces: Attach", BreakBeforeBraces, in TEST_F()
9878 CHECK_PARSE("BreakBeforeBraces: Linux", BreakBeforeBraces, in TEST_F()
9880 CHECK_PARSE("BreakBeforeBraces: Mozilla", BreakBeforeBraces, in TEST_F()
9882 CHECK_PARSE("BreakBeforeBraces: Stroustrup", BreakBeforeBraces, in TEST_F()
9884 CHECK_PARSE("BreakBeforeBraces: Allman", BreakBeforeBraces, in TEST_F()
9886 CHECK_PARSE("BreakBeforeBraces: GNU", BreakBeforeBraces, FormatStyle::BS_GNU); in TEST_F()
9887 CHECK_PARSE("BreakBeforeBraces: WebKit", BreakBeforeBraces, in TEST_F()
9889 CHECK_PARSE("BreakBeforeBraces: Custom", BreakBeforeBraces, in TEST_F()
10004 Style.BreakBeforeBraces = FormatStyle::BS_Linux; in TEST_F()
10021 EXPECT_EQ(FormatStyle::BS_Stroustrup, Style.BreakBeforeBraces); in TEST_F()