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

References

tools/clang/include/clang/Lex/Preprocessor.h
  939     this->KeepComments = KeepComments | KeepMacroComments;
  943   bool getCommentRetentionState() const { return KeepComments; }
tools/clang/lib/Lex/Preprocessor.cpp
   97   KeepComments = false;