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

References

tools/clang/include/clang/Format/Format.h
 2091            NamespaceIndentation == R.NamespaceIndentation &&
 2091            NamespaceIndentation == R.NamespaceIndentation &&
tools/clang/lib/Format/Format.cpp
  493     IO.mapOptional("NamespaceIndentation", Style.NamespaceIndentation);
  785   LLVMStyle.NamespaceIndentation = FormatStyle::NI_None;
  934     GoogleStyle.NamespaceIndentation = FormatStyle::NI_All;
 1062   Style.NamespaceIndentation = FormatStyle::NI_Inner;
tools/clang/lib/Format/UnwrappedLineParser.cpp
 1896     bool AddLevel = Style.NamespaceIndentation == FormatStyle::NI_All ||
 1897                     (Style.NamespaceIndentation == FormatStyle::NI_Inner &&
tools/clang/unittests/Format/FormatTest.cpp
 2077   Style.NamespaceIndentation = FormatStyle::NI_All;
 2092   Style.NamespaceIndentation = FormatStyle::NI_Inner;
 2123   Style.NamespaceIndentation = FormatStyle::NI_All;
 2141   Style.NamespaceIndentation = FormatStyle::NI_Inner;
 2162   Style.NamespaceIndentation = FormatStyle::NI_None;
 2307   Style.NamespaceIndentation = FormatStyle::NI_All;
 2328   Style.NamespaceIndentation = FormatStyle::NI_Inner;
12725   Style.NamespaceIndentation = FormatStyle::NI_All;
12726   CHECK_PARSE("NamespaceIndentation: None", NamespaceIndentation,
12728   CHECK_PARSE("NamespaceIndentation: Inner", NamespaceIndentation,
12730   CHECK_PARSE("NamespaceIndentation: All", NamespaceIndentation,