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

References

tools/clang/unittests/Tooling/RefactoringTest.cpp
  323   EXPECT_TRUE(!Err);
  324   llvm::consumeError(std::move(Err));
  327   Err = Replaces.add(Second);
  328   EXPECT_TRUE(!Err);
  329   llvm::consumeError(std::move(Err));
  331   Err = Replaces.add(Replacement("x.cc", 1, 10, ""));
  332   EXPECT_TRUE(!Err);
  333   llvm::consumeError(std::move(Err));