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

References

tools/clang/lib/Format/Format.cpp
  223     IO.enumCase(Value, "BeforeHash", FormatStyle::PPDIS_BeforeHash);
tools/clang/lib/Format/TokenAnnotator.cpp
 2025           (Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash &&
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
 1233   if (Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash &&
tools/clang/lib/Format/UnwrappedLineParser.cpp
 2719       if (Style.IndentPPDirectives == FormatStyle::PPDIS_BeforeHash &&
tools/clang/unittests/Format/FormatTest.cpp
 3423   Style.IndentPPDirectives = FormatStyle::PPDIS_BeforeHash;