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

References

tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
  387   RawLex.SetCommentRetentionState(false);
tools/clang/lib/Frontend/Rewrite/RewriteMacros.cpp
   71   RawLex.SetCommentRetentionState(true);
tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  816   RawLex.SetCommentRetentionState(true);
tools/clang/lib/Lex/Lexer.cpp
  168     SetCommentRetentionState(PP->getCommentRetentionState());
  482   TheLexer.SetCommentRetentionState(true);
  530   TheLexer.SetCommentRetentionState(true);
  592   TheLexer.SetCommentRetentionState(true);
tools/clang/lib/Lex/PPDirectives.cpp
 2698   if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments);
tools/clang/lib/Rewrite/HTMLRewrite.cpp
  454   L.SetCommentRetentionState(true);
tools/clang/tools/clang-refactor/TestSupport.cpp
  317   Lex.SetCommentRetentionState(true);
tools/clang/tools/extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
   82   TheLexer.SetCommentRetentionState(true);
tools/clang/tools/extra/clang-tidy/google/ExplicitConstructorCheck.cpp
   52   Lex.SetCommentRetentionState(true);
tools/clang/tools/extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
  307   Lex.SetCommentRetentionState(true);
tools/clang/tools/libclang/CIndex.cpp
 6723   Lex.SetCommentRetentionState(true);
 7463   Lex.SetCommentRetentionState(true);