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

References

tools/clang/lib/Frontend/Rewrite/FrontendActions.cpp
  262       Action.OutputStream = OS;
  271   if (!OutputStream) {
  272     OutputStream =
  274     if (!OutputStream)
  278   auto &OS = *OutputStream;
  298         std::make_unique<RewriteImportsListener>(CI, OutputStream));
  316     (*OutputStream) << OS.str();
  318     RewriteIncludesInInput(CI.getPreprocessor(), OutputStream.get(),
  322   OutputStream.reset();