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

References

tools/clang/lib/Format/Format.cpp
  273     IO.enumCase(Value, "All", FormatStyle::NI_All);
  934     GoogleStyle.NamespaceIndentation = FormatStyle::NI_All;
tools/clang/lib/Format/UnwrappedLineParser.cpp
 1896     bool AddLevel = Style.NamespaceIndentation == FormatStyle::NI_All ||
tools/clang/unittests/Format/FormatTest.cpp
 2077   Style.NamespaceIndentation = FormatStyle::NI_All;
 2123   Style.NamespaceIndentation = FormatStyle::NI_All;
 2307   Style.NamespaceIndentation = FormatStyle::NI_All;
12725   Style.NamespaceIndentation = FormatStyle::NI_All;
12731               FormatStyle::NI_All);