Searched refs:PatchContents (Results 1 – 2 of 2) sorted by relevance
152 llvm::StringRef text() const { return PatchContents; } in text()155 bool preserveDiagnostics() const { return PatchContents.empty(); } in preserveDiagnostics()164 std::string PatchContents; variable
648 llvm::raw_string_ostream Patch(PP.PatchContents); in create()723 if (PatchContents.empty()) in apply()729 llvm::MemoryBuffer::getMemBufferCopy(PatchContents, PatchFileName); in apply()