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

References

tools/clang/include/clang/Lex/Preprocessor.h
  940     this->KeepMacroComments = KeepMacroComments;
tools/clang/lib/Lex/PPDirectives.cpp
 2698   if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments);
tools/clang/lib/Lex/PPMacroExpansion.cpp
  835       } else if (Tok.is(tok::comment) && !KeepMacroComments) {
tools/clang/lib/Lex/Preprocessor.cpp
   98   KeepMacroComments = false;