Home
last modified time | relevance | path

Searched refs:PatchContents (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.h152 llvm::StringRef text() const { return PatchContents; } in text()
155 bool preserveDiagnostics() const { return PatchContents.empty(); } in preserveDiagnostics()
164 std::string PatchContents; variable
H A DPreamble.cpp648 llvm::raw_string_ostream Patch(PP.PatchContents); in create()
723 if (PatchContents.empty()) in apply()
729 llvm::MemoryBuffer::getMemBufferCopy(PatchContents, PatchFileName); in apply()