Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp779 llvm::StringRef PCHPath = Storage.filePath(); in setupPreambleStorage() local
780 PreprocessorOpts.ImplicitPCHInclude = PCHPath.str(); in setupPreambleStorage()
785 if (VFS == RealFS || VFS->exists(PCHPath)) in setupPreambleStorage()
787 auto Buf = RealFS->getBufferForFile(PCHPath); in setupPreambleStorage()
797 VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(*Buf), VFS); in setupPreambleStorage()
802 StringRef PCHPath = getInMemoryPreamblePath(); in setupPreambleStorage() local
803 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHPath); in setupPreambleStorage()
806 Storage.memoryContents(), PCHPath, /*RequiresNullTerminator=*/false); in setupPreambleStorage()
807 VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(Buf), VFS); in setupPreambleStorage()