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

References

tools/clang/lib/Frontend/Rewrite/FrontendActions.cpp
   99     FixItOpts.reset(new FixItActionSuffixInserter(FEOpts.FixItSuffix,
  102     FixItOpts.reset(new FixItRewriteInPlace);
  103     FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
  106                                    CI.getLangOpts(), FixItOpts.get()));
tools/clang/tools/clang-check/ClangCheck.cpp
  127     FixItOpts.reset(new FixItOptions);
  129                                      CI.getLangOpts(), FixItOpts.get()));