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

References

tools/clang/unittests/Tooling/RefactoringTest.cpp
  211   EXPECT_TRUE(!Err);
  212   llvm::consumeError(std::move(Err));
  213   Err = Replaces.add(Replacement("x.cc", 10, 0, "insert"));
  214   EXPECT_TRUE(!Err);
  215   llvm::consumeError(std::move(Err));
  220   Err = Replaces.add(Replacement("x.cc", 10, 0, "insert"));
  221   EXPECT_TRUE(!Err);
  222   llvm::consumeError(std::move(Err));
  223   Err = Replaces.add(Replacement("x.cc", 10, 3, "replace"));
  224   EXPECT_TRUE(!Err);
  225   llvm::consumeError(std::move(Err));