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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  248   if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash &&
  567   if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash &&
tools/clang/lib/Format/Format.cpp
  222     IO.enumCase(Value, "AfterHash", FormatStyle::PPDIS_AfterHash);
tools/clang/unittests/Format/FormatTest.cpp
 3165   Style.IndentPPDirectives = FormatStyle::PPDIS_AfterHash;