reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Format/Format.h
 2056            BreakBeforeBraces == R.BreakBeforeBraces &&
 2056            BreakBeforeBraces == R.BreakBeforeBraces &&
tools/clang/lib/Format/ContinuationIndenter.cpp
  937   if (Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths &&
tools/clang/lib/Format/Format.cpp
  431     IO.mapOptional("BreakBeforeBraces", Style.BreakBeforeBraces);
  643   if (Style.BreakBeforeBraces == FormatStyle::BS_Custom)
  652   switch (Style.BreakBeforeBraces) {
  745   LLVMStyle.BreakBeforeBraces = FormatStyle::BS_Attach;
 1032   MozillaStyle.BreakBeforeBraces = FormatStyle::BS_Mozilla;
 1056   Style.BreakBeforeBraces = FormatStyle::BS_WebKit;
 1076   Style.BreakBeforeBraces = FormatStyle::BS_GNU;
 1092   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
 1227   if (Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths) {
tools/clang/unittests/Format/FormatTest.cpp
  376   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
  571   AllowSimpleBracedStatements.BreakBeforeBraces = FormatStyle::BS_Custom;
  721   Style.BreakBeforeBraces = FormatStyle::BS_Allman;
 1170   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
 1372   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
 1447   Style.BreakBeforeBraces = FormatStyle::BraceBreakingStyle::BS_Custom;
 1909   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
 2365   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
 2496     Style.BreakBeforeBraces = BraceStyle;
 2504   Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
 2526   Style.BreakBeforeBraces = FormatStyle::BS_Allman;
 2536   Style.BreakBeforeBraces = FormatStyle::BS_Whitesmiths;
 2546   Style.BreakBeforeBraces = FormatStyle::BS_GNU;
 2556   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
 3068   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
 5029   Style.BreakBeforeBraces = FormatStyle::BS_Allman;
 5036   Style.BreakBeforeBraces = FormatStyle::BS_Whitesmiths;
 6124   Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
 8557   MergeEmptyOnly.BreakBeforeBraces = FormatStyle::BS_Custom;
 8586   MergeInlineOnly.BreakBeforeBraces = FormatStyle::BS_Custom;
 8629   MergeInlineOnly.BreakBeforeBraces = FormatStyle::BS_Custom;
 8655   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
 8732   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
 8758   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
 8785   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
 8808   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
 8866   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
11352   LinuxBraceStyle.BreakBeforeBraces = FormatStyle::BS_Linux;
11393   MozillaBraceStyle.BreakBeforeBraces = FormatStyle::BS_Mozilla;
11438   StroustrupBraceStyle.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
11500   AllmanBraceStyle.BreakBeforeBraces = FormatStyle::BS_Allman;
11736   WhitesmithsBraceStyle.BreakBeforeBraces = FormatStyle::BS_Whitesmiths;
11983   GNUBraceStyle.BreakBeforeBraces = FormatStyle::BS_GNU;
12107   WebKitBraceStyle.BreakBeforeBraces = FormatStyle::BS_WebKit;
12653   Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
12654   CHECK_PARSE("BreakBeforeBraces: Attach", BreakBeforeBraces,
12656   CHECK_PARSE("BreakBeforeBraces: Linux", BreakBeforeBraces,
12658   CHECK_PARSE("BreakBeforeBraces: Mozilla", BreakBeforeBraces,
12660   CHECK_PARSE("BreakBeforeBraces: Stroustrup", BreakBeforeBraces,
12662   CHECK_PARSE("BreakBeforeBraces: Allman", BreakBeforeBraces,
12664   CHECK_PARSE("BreakBeforeBraces: Whitesmiths", BreakBeforeBraces,
12666   CHECK_PARSE("BreakBeforeBraces: GNU", BreakBeforeBraces, FormatStyle::BS_GNU);
12667   CHECK_PARSE("BreakBeforeBraces: WebKit", BreakBeforeBraces,
12669   CHECK_PARSE("BreakBeforeBraces: Custom", BreakBeforeBraces,
12879   Style.BreakBeforeBraces = FormatStyle::BS_Linux;
12896   EXPECT_EQ(FormatStyle::BS_Stroustrup, Style.BreakBeforeBraces);
tools/clang/unittests/Format/FormatTestObjC.cpp
  209   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
  239   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
  608   Style.BreakBeforeBraces = FormatStyle::BS_Custom;