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

References

tools/clang/unittests/Format/FormatTest.cpp
12171   Style.ColumnLimit = 20;
12181                    Style));
12189                    Style));
12193                Style);
12204                    Style));
12212                    Style));
12214   Style.PenaltyExcessCharacter = 90;
12215   verifyFormat("int a; // the comment", Style);
12218             format("int a; // the comment aaa", Style));
12227                    Style));
12234                    Style));
12243                    Style));
12249                    Style));
12254                    Style));
12262                    Style));
12270                    Style));
12278                    Style));
12282   Style.ColumnLimit = 21;
12287       format("// foo foo foo foo foo foo foo foo foo foo foo foo\n", Style));
12292             format("int a = /* long block comment */ 42;", Style));