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

References

tools/clang/unittests/Format/FormatTest.cpp
 2217   Style.CompactNamespaces = true;
 2218   Style.NamespaceMacros.push_back("TESTSUITE");
 2222                Style);
 2230                    Style));
 2245                    Style));
 2257                    Style));
 2265                    Style));
 2267   Style.ColumnLimit = 40;
 2275                    Style));
 2286                    Style));
 2287   Style.ColumnLimit = 80;
 2296                    Style));
 2305                    Style));
 2307   Style.NamespaceIndentation = FormatStyle::NI_All;
 2316                    Style));
 2326                    Style));
 2328   Style.NamespaceIndentation = FormatStyle::NI_Inner;
 2337                    Style));
 2348                    Style));