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

References

tools/clang/lib/Format/Format.cpp
  272     IO.enumCase(Value, "Inner", FormatStyle::NI_Inner);
 1062   Style.NamespaceIndentation = FormatStyle::NI_Inner;
tools/clang/lib/Format/UnwrappedLineParser.cpp
 1897                     (Style.NamespaceIndentation == FormatStyle::NI_Inner &&
tools/clang/unittests/Format/FormatTest.cpp
 2092   Style.NamespaceIndentation = FormatStyle::NI_Inner;
 2141   Style.NamespaceIndentation = FormatStyle::NI_Inner;
 2328   Style.NamespaceIndentation = FormatStyle::NI_Inner;
12729               FormatStyle::NI_Inner);