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

Declarations

tools/clang/include/clang/Rewrite/Frontend/FixItRewriter.h
  129   void Diag(SourceLocation Loc, unsigned DiagID);

References

tools/clang/lib/Frontend/Rewrite/FixItRewriter.cpp
   81     Diag(FullSourceLoc(), diag::warn_fixit_no_changes);
  177       Diag(Info.getLocation(), diag::note_fixit_in_macro);
  182         Diag(Info.getLocation(), diag::note_fixit_unfixed_error);
  189     Diag(Info.getLocation(), diag::note_fixit_failed);
  193   Diag(Info.getLocation(), diag::note_fixit_applied);