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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
 1813     if (!Style.ReflowComments ||
 1826     if (!Style.ReflowComments ||
tools/clang/lib/Format/Format.cpp
  514     IO.mapOptional("ReflowComments", Style.ReflowComments);
  794   LLVMStyle.ReflowComments = true;
tools/clang/unittests/Format/FormatTest.cpp
12444   CHECK_PARSE_BOOL(ReflowComments);
tools/clang/unittests/Format/FormatTestComments.cpp
  550   Style.ReflowComments = false;