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

References

tools/clang/unittests/Format/FormatTest.cpp
10194   Tab.IndentWidth = 8;
10195   Tab.UseTab = FormatStyle::UT_Never;
10196   Tab.TabWidth = 0;
10203                    Tab));
10211                    Tab));
10213   Tab.UseTab = FormatStyle::UT_ForIndentation;
10220                    Tab));
10228                    Tab));
10230   Tab.UseTab = FormatStyle::UT_ForContinuationAndIndentation;
10237                    Tab));
10245                    Tab));
10247   Tab.UseTab = FormatStyle::UT_Always;
10254                    Tab));
10262                    Tab));