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

References

tools/clang/tools/extra/clang-tidy/ClangTidy.cpp
  253         if (!Repl.isApplicable())
  255         SmallString<128> FixAbsoluteFilePath = Repl.getFilePath();
  258             getLocation(FixAbsoluteFilePath, Repl.getOffset());
  259         SourceLocation FixEndLoc = FixLoc.getLocWithOffset(Repl.getLength());
  265         Diag << FixItHint::CreateReplacement(Range, Repl.getReplacementText());