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

References

tools/clang/lib/Format/Format.cpp
   93     IO.enumCase(Value, "ForIndentation", FormatStyle::UT_ForIndentation);
tools/clang/lib/Format/WhitespaceManager.cpp
  838   case FormatStyle::UT_ForIndentation:
tools/clang/unittests/Format/FormatTest.cpp
 9819   Tab.UseTab = FormatStyle::UT_ForIndentation;
10213   Tab.UseTab = FormatStyle::UT_ForIndentation;
12595   Style.UseTab = FormatStyle::UT_ForIndentation;
12597   CHECK_PARSE("UseTab: ForIndentation", UseTab, FormatStyle::UT_ForIndentation);