Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DPreamble.cpp439 PP.PatchFileName = PatchName.str().str(); in create()
511 llvm::MemoryBuffer::getMemBufferCopy(PatchContents, PatchFileName); in apply()
513 PPOpts.addRemappedFile(PatchFileName, PatchBuffer.release()); in apply()
516 PPOpts.Includes.push_back(PatchFileName); in apply()
DPreamble.h132 std::string PatchFileName; variable