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

References

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