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

References

tools/clang/unittests/Tooling/RefactoringTest.cpp
  118       OS << "Unexpected error code: " << int(RE.get()) << "\n";
  120       OS << "Expected Existing != Actual Existing.\n";
  122         OS << "Expected existing replacement: " << ExpectedExisting->toString()
  125         OS << "Actual existing replacement: "
  129       OS << "Expected New != Actual New.\n";
  131         OS << "Expected new replacement: " << ExpectedNew->toString() << "\n";
  133         OS << "Actual new replacement: " << RE.getNewReplacement()->toString()
  137   OS.flush();