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

References

tools/clang/include/clang/Frontend/PreprocessorOutputOptions.h
   31     ShowComments = 0;
tools/clang/lib/Frontend/CompilerInvocation.cpp
 3375   Opts.ShowComments = Args.hasArg(OPT_C);
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  869   PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments);