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

References

tools/clang/unittests/Format/FormatTest.cpp
 6011   Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_None;
 6018                Style);
 6023   Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_All;
 6038                Style);
 6042   Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_TopLevelDefinitions;
 6052                Style);
 6056   Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_TopLevel;
 6067                Style);
 6071   Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_AllDefinitions;
 6084                Style);
 6090                Style);
 6097                Style);
 6108                Style);
 6115                Style);
 6117                Style);
 6120                Style);
 6123                Style);
 6124   Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
 6131                Style);
 6139                Style);
 6145                Style);
 6151                Style);
 6157                Style);
 6163                Style);
 6169                Style);
 6175                Style);
 6177   Style = getGNUStyle();
 6184                Style);
 6190                Style);
 6193   verifyFormat("void foo (int a, int b); // def\n", Style);
 6194   verifyFormat("void foo (int a, int b); /* def */\n", Style);
 6195   verifyFormat("void foo (int a, int b);\n", Style);