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

References

tools/clang/unittests/Format/FormatTest.cpp
 6705   Style.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
 6706   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
 6712       Style);
 6713   Style.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
 6714   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
 6720       Style);
 6721   Style.AlignAfterOpenBracket = FormatStyle::BAS_AlwaysBreak;
 6722   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
 6730                Style);
 6731   Style.AlignAfterOpenBracket = FormatStyle::BAS_AlwaysBreak;
 6732   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
 6740                Style);