Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.h165 std::string PatchFileName; variable
H A DPreamble.cpp645 PP.PatchFileName = PatchName.str().str(); in create()
729 llvm::MemoryBuffer::getMemBufferCopy(PatchContents, PatchFileName); in apply()
731 PPOpts.addRemappedFile(PatchFileName, PatchBuffer.release()); in apply()
734 PPOpts.Includes.push_back(PatchFileName); in apply()