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

References

tools/clang/include/clang/Format/Format.h
 2080            IndentPPDirectives == R.IndentPPDirectives &&
 2080            IndentPPDirectives == R.IndentPPDirectives &&
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
  481     IO.mapOptional("IndentPPDirectives", Style.IndentPPDirectives);
  777   LLVMStyle.IndentPPDirectives = FormatStyle::PPDIS_None;
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
  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)
 2719       if (Style.IndentPPDirectives == FormatStyle::PPDIS_BeforeHash &&
tools/clang/unittests/Format/FormatTest.cpp
 3151   Style.IndentPPDirectives = FormatStyle::PPDIS_None;
 3165   Style.IndentPPDirectives = FormatStyle::PPDIS_AfterHash;
 3423   Style.IndentPPDirectives = FormatStyle::PPDIS_BeforeHash;