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

References

tools/clang/unittests/Tooling/RefactoringTest.cpp
  611     auto File = Context.Files.getFile(Path);
  618     return Context.Sources.createFileID(*File, SourceLocation(),
  630     auto FileBuffer = Context.Files.getBufferForFile(Path);
  641       Context.Sources, Context.getLocation(ID, 2, 1), 5, "replaced")});
  641       Context.Sources, Context.getLocation(ID, 2, 1), 5, "replaced")});
  642   EXPECT_TRUE(applyAllReplacements(Replaces, Context.Rewrite));
  643   EXPECT_FALSE(Context.Rewrite.overwriteChangedFiles());