Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DPreamble.h127 llvm::StringRef text() const { return PatchContents; } in text()
131 std::string PatchContents; variable
DPreamble.cpp442 llvm::raw_string_ostream Patch(PP.PatchContents); in create()
505 if (PatchContents.empty()) in apply()
511 llvm::MemoryBuffer::getMemBufferCopy(PatchContents, PatchFileName); in apply()