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

References

tools/clang/lib/Format/Format.cpp
  221     IO.enumCase(Value, "None", FormatStyle::PPDIS_None);
  777   LLVMStyle.IndentPPDirectives = FormatStyle::PPDIS_None;
tools/clang/lib/Format/UnwrappedLineParser.cpp
  233       IncludeGuard(Style.IndentPPDirectives == FormatStyle::PPDIS_None
  240   IncludeGuard = Style.IndentPPDirectives == FormatStyle::PPDIS_None
  800       Style.IndentPPDirectives != FormatStyle::PPDIS_None)
  832   if (Style.IndentPPDirectives != FormatStyle::PPDIS_None)
  849   if (Style.IndentPPDirectives != FormatStyle::PPDIS_None)
tools/clang/unittests/Format/FormatTest.cpp
 3151   Style.IndentPPDirectives = FormatStyle::PPDIS_None;