Searched refs:BreakBeforeBraces (Results 1 – 7 of 7) sorted by relevance
4 BreakBeforeBraces: Linux
244 BraceBreakingStyle BreakBeforeBraces; member615 BreakBeforeBraces == R.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()[all …]
37 BreakBeforeBraces: Attach
55 BreakBeforeBraces: 'Custom'
272 IO.mapOptional("BreakBeforeBraces", Style.BreakBeforeBraces); in mapping()416 if (Style.BreakBeforeBraces == FormatStyle::BS_Custom) in expandPresets()421 switch (Style.BreakBeforeBraces) { in expandPresets()487 LLVMStyle.BreakBeforeBraces = FormatStyle::BS_Attach; in getLLVMStyle()622 MozillaStyle.BreakBeforeBraces = FormatStyle::BS_Mozilla; in getMozillaStyle()642 Style.BreakBeforeBraces = FormatStyle::BS_WebKit; in getWebKitStyle()660 Style.BreakBeforeBraces = FormatStyle::BS_GNU; in getGNUStyle()
312 If ``BreakBeforeBraces`` is set to ``custom``, use this to specify how each346 **BreakBeforeBraces** (``BraceBreakingStyle``)696 BreakBeforeBraces: Linux735 BreakBeforeBraces: Allman